fusion: assembly_get_architecture() is unused so remove it.
This commit is contained in:
parent
f80187f1f9
commit
d26d99714c
@ -811,12 +811,6 @@ HRESULT assembly_get_version(ASSEMBLY *assembly, LPWSTR *version)
|
|||||||
return S_OK;
|
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)
|
static BYTE *assembly_get_blob(ASSEMBLY *assembly, WORD index, ULONG *size)
|
||||||
{
|
{
|
||||||
return GetData(&assembly->blobs[index], size);
|
return GetData(&assembly->blobs[index], size);
|
||||||
|
@ -433,7 +433,6 @@ HRESULT assembly_release(ASSEMBLY *assembly);
|
|||||||
HRESULT assembly_get_name(ASSEMBLY *assembly, LPWSTR *name);
|
HRESULT assembly_get_name(ASSEMBLY *assembly, LPWSTR *name);
|
||||||
HRESULT assembly_get_path(ASSEMBLY *assembly, LPWSTR *path);
|
HRESULT assembly_get_path(ASSEMBLY *assembly, LPWSTR *path);
|
||||||
HRESULT assembly_get_version(ASSEMBLY *assembly, LPWSTR *version);
|
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);
|
HRESULT assembly_get_pubkey_token(ASSEMBLY *assembly, LPWSTR *token);
|
||||||
|
|
||||||
static inline LPWSTR strdupW(LPCWSTR src)
|
static inline LPWSTR strdupW(LPCWSTR src)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user