Francois Gouget : fusion: assembly_get_architecture() is unused so remove it.

Alexandre Julliard julliard at winehq.org
Fri May 15 07:47:02 CDT 2009


Module: wine
Branch: master
Commit: d26d99714cc37b59f436a3d94b9cfe679c7fe660
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d26d99714cc37b59f436a3d94b9cfe679c7fe660

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri May 15 02:01:29 2009 +0200

fusion: assembly_get_architecture() is unused so remove it.

---

 dlls/fusion/assembly.c   |    6 ------
 dlls/fusion/fusionpriv.h |    1 -
 2 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/dlls/fusion/assembly.c b/dlls/fusion/assembly.c
index faef8ef..bc187ac 100644
--- a/dlls/fusion/assembly.c
+++ b/dlls/fusion/assembly.c
@@ -811,12 +811,6 @@ HRESULT assembly_get_version(ASSEMBLY *assembly, LPWSTR *version)
     return S_OK;
 }
 
-HRESULT assembly_get_architecture(ASSEMBLY *assembly, DWORD fixme)
-{
-    /* FIXME */
-    return S_OK;
-}
-
 static BYTE *assembly_get_blob(ASSEMBLY *assembly, WORD index, ULONG *size)
 {
     return GetData(&assembly->blobs[index], size);
diff --git a/dlls/fusion/fusionpriv.h b/dlls/fusion/fusionpriv.h
index 363d530..4b9bd57 100644
--- a/dlls/fusion/fusionpriv.h
+++ b/dlls/fusion/fusionpriv.h
@@ -433,7 +433,6 @@ HRESULT assembly_release(ASSEMBLY *assembly);
 HRESULT assembly_get_name(ASSEMBLY *assembly, LPWSTR *name);
 HRESULT assembly_get_path(ASSEMBLY *assembly, LPWSTR *path);
 HRESULT assembly_get_version(ASSEMBLY *assembly, LPWSTR *version);
-HRESULT assembly_get_architecture(ASSEMBLY *assembly, DWORD fixme);
 HRESULT assembly_get_pubkey_token(ASSEMBLY *assembly, LPWSTR *token);
 
 static inline LPWSTR strdupW(LPCWSTR src)




More information about the wine-cvs mailing list