import gdb-1999-10-11 snapshot
[external/binutils.git] / gdb / expression.h
index 4408e8d..a91442c 100644 (file)
@@ -78,7 +78,6 @@ enum exp_opcode
 
     BINOP_MIN,                 /* <? */
     BINOP_MAX,                 /* >? */
-    BINOP_SCOPE,               /* :: */
 
     /* STRUCTOP_MEMBER is used for pointer-to-member constructs.
        X . * Y translates into X STRUCTOP_MEMBER Y.  */