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
4a8d186b
Commit
4a8d186b
authored
Jul 25, 2014
by
Gerald Pfeifer
Committed by
Alexandre Julliard
Jul 28, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winebuild: Remove unused empty_name_table.
parent
78b96c87
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
import.c
tools/winebuild/import.c
+0
-9
No files found.
tools/winebuild/import.c
View file @
4a8d186b
...
...
@@ -115,15 +115,6 @@ static inline void remove_name( struct name_table *table, unsigned int idx )
table
->
count
--
;
}
/* make a name table empty */
static
inline
void
empty_name_table
(
struct
name_table
*
table
)
{
unsigned
int
i
;
for
(
i
=
0
;
i
<
table
->
count
;
i
++
)
free
(
table
->
names
[
i
]
);
table
->
count
=
0
;
}
/* locate a name in a (sorted) list */
static
inline
const
char
*
find_name
(
const
char
*
name
,
const
struct
name_table
*
table
)
{
...
...
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