diff options
Diffstat (limited to 'libcpp/identifiers.c')
-rw-r--r-- | libcpp/identifiers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcpp/identifiers.c b/libcpp/identifiers.c index 108939a..35d1906 100644 --- a/libcpp/identifiers.c +++ b/libcpp/identifiers.c @@ -72,7 +72,6 @@ _cpp_init_hashtable (cpp_reader *pfile, cpp_hash_table *table) s->n__VA_ARGS__->flags |= NODE_DIAGNOSTIC; s->n__has_include__ = cpp_lookup (pfile, DSC("__has_include__")); s->n__has_include_next__ = cpp_lookup (pfile, DSC("__has_include_next__")); - s->n__has_attribute__ = cpp_lookup (pfile, DSC("__has_attribute__")); } /* Tear down the identifier hash table. */ |