aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2009-09-08 14:12:54 -0400
committerJason Merrill <jason@gcc.gnu.org>2009-09-08 14:12:54 -0400
commitee18fe39d375b10f99c0d5b428da50157fbbce83 (patch)
tree7bb5359fee295e5589c1461fade96c9624ea09b7 /gcc/cp/cp-tree.h
parentf33ab5c3f104755e1a626136f3d3f00583cfbf3c (diff)
downloadgcc-ee18fe39d375b10f99c0d5b428da50157fbbce83.zip
gcc-ee18fe39d375b10f99c0d5b428da50157fbbce83.tar.gz
gcc-ee18fe39d375b10f99c0d5b428da50157fbbce83.tar.bz2
cp-tree.h (enum overload_flags): Remove OP_FLAG.
* cp-tree.h (enum overload_flags): Remove OP_FLAG. * method.c (lazily_declare_fn): Check for dtorness in ABI warning. From-SVN: r151528
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r--gcc/cp/cp-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index 4f03868..ea3b4bf 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -3804,7 +3804,7 @@ extern int at_eof;
TREE_PURPOSE slot. */
extern GTY(()) tree static_aggregates;
-enum overload_flags { NO_SPECIAL = 0, DTOR_FLAG, OP_FLAG, TYPENAME_FLAG };
+enum overload_flags { NO_SPECIAL = 0, DTOR_FLAG, TYPENAME_FLAG };
/* These are uses as bits in flags passed to various functions to
control their behavior. Despite the LOOKUP_ prefix, many of these