preproc: Drop never used Cond structure

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2012-03-01 02:17:51 +04:00
parent 6a224e32a5
commit 500ddabcd3

View File

@ -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;