From 500ddabcd35f18421fc36dda945adcb212b595a3 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Thu, 1 Mar 2012 02:17:51 +0400 Subject: preproc: Drop never used Cond structure Signed-off-by: Cyrill Gorcunov --- preproc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/preproc.c b/preproc.c index 49277729..8c4b173c 100644 --- a/preproc.c +++ b/preproc.c @@ -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; -- cgit v1.2.1