diff options
Diffstat (limited to 'gcc/input.h')
-rw-r--r-- | gcc/input.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/input.h b/gcc/input.h index 7ef5d941dcb..28bb6481832 100644 --- a/gcc/input.h +++ b/gcc/input.h @@ -36,7 +36,6 @@ struct file_stack const char *name; struct file_stack *next; int line; - int indent_level; }; /* Stack of currently pending input files. |