Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
9bdde98a
Commit
9bdde98a
authored
Apr 20, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Apr 20, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winapi: Remove some dead code.
parent
55cd3433
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
14 deletions
+2
-14
c_parser.pm
tools/winapi/c_parser.pm
+0
-4
winapi.pm
tools/winapi/winapi.pm
+1
-7
winapi_test
tools/winapi/winapi_test
+1
-3
No files found.
tools/winapi/c_parser.pm
View file @
9bdde98a
...
...
@@ -1873,10 +1873,6 @@ sub parse_c_typedef($$$$) {
&
$$found_type
(
$type
);
}
if
(
0
&&
$_
&&
!
/^,/
)
{
$self
->
_parse_c_error
(
$_
,
$line
,
$column
,
"typedef"
);
}
}
else
{
$self
->
_parse_c_error
(
$_
,
$line
,
$column
,
"typedef"
);
}
...
...
tools/winapi/winapi.pm
View file @
9bdde98a
...
...
@@ -315,13 +315,7 @@ sub parse_spec_file($$) {
if
(
$internal_name
=~
/^(.*?)\.(.*?)$/
)
{
my
$forward_module
=
lc
(
$1
);
my
$forward_name
=
$2
;
if
(
0
)
{
$calling_convention
.=
" -forward"
;
}
else
{
$calling_convention
=
"forward"
;
}
$calling_convention
=
"forward"
;
$$function_forward
{
$module
}{
$external_name
}
=
[
$forward_module
,
$forward_name
];
}
...
...
tools/winapi/winapi_test
View file @
9bdde98a
...
...
@@ -180,9 +180,7 @@ sub _find_align_kind_size($) {
my
$align
;
my
$kind
;
my
$size
;
if
(
0
)
{
# Nothing
}
elsif
(
/\*+$/
)
{
if
(
/\*+$/
)
{
$align
=
4
;
$kind
=
"pointer"
;
$size
=
4
;
...
...
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