diff options
Diffstat (limited to 'gcc/cp/cp-tree.def')
-rw-r--r-- | gcc/cp/cp-tree.def | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/cp-tree.def b/gcc/cp/cp-tree.def index c3e8208b409..c71f94caa61 100644 --- a/gcc/cp/cp-tree.def +++ b/gcc/cp/cp-tree.def @@ -449,9 +449,6 @@ DEFTREECODE (DECLTYPE_TYPE, "decltype_type", tcc_type, 0) instantiation time. */ DEFTREECODE (TEMPLATE_INFO, "template_info", tcc_exceptional, 0) -/* The type of a nullptr expression. This is a C++0x extension. */ -DEFTREECODE (NULLPTR_TYPE, "decltype(nullptr)", tcc_type, 0) - /* Local variables: mode:c |