OSDN Git Service

Re-sync to pf3gnuchains3x.
[pf3gnuchains/pf3gnuchains4x.git] / gdb / expression.h
index 82b9367..effe1f0 100644 (file)
@@ -88,13 +88,6 @@ enum exp_opcode
        when X is a pointer instead of an aggregate.  */
     STRUCTOP_MPTR,
 
-    /* TYPE_INSTANCE is used when the user specifies a specific
-       type instantiation for overloaded methods/functions.
-
-       The format is:
-       TYPE_INSTANCE num_types type0 ... typeN num_types TYPE_INSTANCE  */
-    TYPE_INSTANCE,
-
     /* end of C++.  */
 
     /* For Modula-2 integer division DIV */