Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
d26d9971
Commit
d26d9971
authored
May 15, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
May 15, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fusion: assembly_get_architecture() is unused so remove it.
parent
f80187f1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
assembly.c
dlls/fusion/assembly.c
+0
-6
fusionpriv.h
dlls/fusion/fusionpriv.h
+0
-1
No files found.
dlls/fusion/assembly.c
View file @
d26d9971
...
...
@@ -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
);
...
...
dlls/fusion/fusionpriv.h
View file @
d26d9971
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment