]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cp/cp-tree.h
c-common.h (struct c_fileinfo): Comment moved here from cp-tree.h.
[thirdparty/gcc.git] / gcc / cp / cp-tree.h
index acbb3c8883ce302c8f8137df70f0bf2663025633..aa25658c18599a4def02c5dc1b54f50691844bab 100644 (file)
@@ -813,13 +813,6 @@ struct language_function GTY(())
 #define error_operand_p(NODE)                                  \
   ((NODE) == error_mark_node                                   \
    || ((NODE) && TREE_TYPE ((NODE)) == error_mark_node))
-
-/* INTERFACE_ONLY nonzero means that we are in an "interface"
-   section of the compiler.  INTERFACE_UNKNOWN nonzero means
-   we cannot trust the value of INTERFACE_ONLY.  If INTERFACE_UNKNOWN
-   is zero and INTERFACE_ONLY is zero, it means that we are responsible
-   for exporting definitions that others might need.  */
-extern int interface_only, interface_unknown;
 \f
 /* C++ language-specific tree codes.  */
 #define DEFTREECODE(SYM, NAME, TYPE, LENGTH) SYM,