mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-23 04:11:53 +00:00
According to gcc, this var isn't used, so let's strip it.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1542 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
dbd0c13069
commit
2dbef6be40
1 changed files with 0 additions and 2 deletions
|
@ -8541,8 +8541,6 @@ pbool QCC_Include(char *filename)
|
||||||
struct qcc_includechunk_s *oldcurrentchunk;
|
struct qcc_includechunk_s *oldcurrentchunk;
|
||||||
extern struct qcc_includechunk_s *currentchunk;
|
extern struct qcc_includechunk_s *currentchunk;
|
||||||
|
|
||||||
extern char qccmsourcedir[];
|
|
||||||
|
|
||||||
ocompilingfile = compilingfile;
|
ocompilingfile = compilingfile;
|
||||||
os_file = s_file;
|
os_file = s_file;
|
||||||
os_file2 = s_file2;
|
os_file2 = s_file2;
|
||||||
|
|
Loading…
Reference in a new issue