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
54e0c7fe
Commit
54e0c7fe
authored
Oct 28, 2013
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wrc: Remove an unused variable.
parent
f775f3e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
wrc.c
tools/wrc/wrc.c
+0
-3
wrc.h
tools/wrc/wrc.h
+0
-3
No files found.
tools/wrc/wrc.c
View file @
54e0c7fe
...
...
@@ -157,7 +157,6 @@ int line_number = 1; /* The current line */
int
char_number
=
1
;
/* The current char pos within the line */
char
*
cmdline
;
/* The entire commandline */
time_t
now
;
/* The time of start of wrc */
int
parser_debug
,
yy_flex_debug
;
...
...
@@ -348,8 +347,6 @@ int main(int argc,char *argv[])
signal
(
SIGHUP
,
exit_on_signal
);
#endif
now
=
time
(
NULL
);
/* Set the default defined stuff */
set_version_defines
();
wpp_add_cmdline_define
(
"RC_INVOKED=1"
);
...
...
tools/wrc/wrc.h
View file @
54e0c7fe
...
...
@@ -21,8 +21,6 @@
#ifndef __WRC_WRC_H
#define __WRC_WRC_H
#include <time.h>
/* For time_t */
#include "wrctypes.h"
/* From wrc.c */
...
...
@@ -47,7 +45,6 @@ extern int check_utf8;
extern
char
*
input_name
;
extern
char
*
cmdline
;
extern
time_t
now
;
extern
int
line_number
;
extern
int
char_number
;
...
...
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