diff options
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r-- | gcc/cpphash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h index ccb9a47..2f558c6 100644 --- a/gcc/cpphash.h +++ b/gcc/cpphash.h @@ -159,7 +159,6 @@ struct lexer_state /* Special nodes - identifiers with predefined significance. */ struct spec_nodes { - cpp_hashnode *n_L; /* L"str" */ cpp_hashnode *n_defined; /* defined operator */ cpp_hashnode *n_true; /* C++ keyword true */ cpp_hashnode *n_false; /* C++ keyword false */ |