mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-05 16:51:27 +08:00
preproc: Drop never used Cond structure
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
6a224e32a5
commit
500ddabcd3
@ -89,7 +89,6 @@ typedef struct Token Token;
|
||||
typedef struct Blocks Blocks;
|
||||
typedef struct Line Line;
|
||||
typedef struct Include Include;
|
||||
typedef struct Cond Cond;
|
||||
typedef struct IncPath IncPath;
|
||||
|
||||
/*
|
||||
@ -284,7 +283,6 @@ struct ExpInv {
|
||||
struct Include {
|
||||
Include *next;
|
||||
FILE *fp;
|
||||
Cond *conds;
|
||||
ExpInv *expansion;
|
||||
char *fname;
|
||||
int lineno;
|
||||
|
Loading…
Reference in New Issue
Block a user