[Ada] Consistently use explicit Entity_Id type instead of alias
[gcc.git] / libcpp / pch.c
index 607f805bebe5a99c9d980e65805aa7337820c7ab..fcdf3875d0b214ec4d3d7bf4192c7d33da2c0cee 100644 (file)
@@ -811,8 +811,6 @@ cpp_read_state (cpp_reader *r, const char *name, FILE *f,
     s->n_false         = cpp_lookup (r, DSC("false"));
     s->n__VA_ARGS__     = cpp_lookup (r, DSC("__VA_ARGS__"));
     s->n__VA_OPT__      = cpp_lookup (r, DSC("__VA_OPT__"));
-    s->n__has_include__ = cpp_lookup (r, DSC("__has_include__"));
-    s->n__has_include_next__ = cpp_lookup (r, DSC("__has_include_next__"));
   }
 
   old_state = r->state;