summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2016-07-19 22:40:38 -0400
committerJason Merrill <jason@redhat.com>2016-07-19 22:40:38 -0400
commit7c7830cfc5b3c7be329e121fba726784f2511167 (patch)
treefbc13826b5d2ed2fbdcafe5b49ddade8e2f00e7e
parent60bce5cee78dc2567a58a15ebe8dbb20460398b8 (diff)
downloadgcc-7c7830cfc5b3c7be329e121fba726784f2511167.tar.gz
Remove unnecessary added #include "print-tree.h".
-rw-r--r--gcc/cp/cxx-pretty-print.c1
-rw-r--r--gcc/cp/decl2.c1
-rw-r--r--gcc/cp/logic.cc1
-rw-r--r--gcc/cp/parser.c1
-rw-r--r--gcc/cp/pt.c3
5 files changed, 0 insertions, 7 deletions
diff --git a/gcc/cp/cxx-pretty-print.c b/gcc/cp/cxx-pretty-print.c
index 3c5e1a499dd..192b26cf3d9 100644
--- a/gcc/cp/cxx-pretty-print.c
+++ b/gcc/cp/cxx-pretty-print.c
@@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "cp-tree.h"
-#include "print-tree.h"
#include "cxx-pretty-print.h"
#include "tree-pretty-print.h"
diff --git a/gcc/cp/decl2.c b/gcc/cp/decl2.c
index bdfec92d8a8..22f9eded291 100644
--- a/gcc/cp/decl2.c
+++ b/gcc/cp/decl2.c
@@ -31,7 +31,6 @@ along with GCC; see the file COPYING3. If not see
#include "coretypes.h"
#include "target.h"
#include "cp-tree.h"
-#include "print-tree.h"
#include "c-family/c-common.h"
#include "timevar.h"
#include "stringpool.h"
diff --git a/gcc/cp/logic.cc b/gcc/cp/logic.cc
index 4ec8698b285..dda98dfc310 100644
--- a/gcc/cp/logic.cc
+++ b/gcc/cp/logic.cc
@@ -34,7 +34,6 @@ along with GCC; see the file COPYING3. If not see
#include "wide-int.h"
#include "inchash.h"
#include "tree.h"
-#include "print-tree.h"
#include "stringpool.h"
#include "attribs.h"
#include "intl.h"
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c
index ba46e6d0a0b..e0130d89284 100644
--- a/gcc/cp/parser.c
+++ b/gcc/cp/parser.c
@@ -22,7 +22,6 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "cp-tree.h"
-#include "print-tree.h"
#include "c-family/c-common.h"
#include "timevar.h"
#include "stringpool.h"
diff --git a/gcc/cp/pt.c b/gcc/cp/pt.c
index b42526f8b62..a3b5b0a2f0c 100644
--- a/gcc/cp/pt.c
+++ b/gcc/cp/pt.c
@@ -28,7 +28,6 @@ along with GCC; see the file COPYING3. If not see
#include "system.h"
#include "coretypes.h"
#include "cp-tree.h"
-#include "print-tree.h"
#include "timevar.h"
#include "stringpool.h"
#include "varasm.h"
@@ -16324,7 +16323,6 @@ tsubst_copy_and_build (tree t,
--cp_unevaluated_operand;
--c_inhibit_evaluation_warnings;
}
-
if (TYPE_P (op1))
r = cxx_sizeof_or_alignof_type (op1, TREE_CODE (t),
complain & tf_error);
@@ -17522,7 +17520,6 @@ instantiate_template_1 (tree tmpl, tree orig_args, tsubst_flags_t complain)
}
return error_mark_node;
}
-
return fndecl;
}