aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/cp-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r--gcc/cp/cp-tree.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h
index 9a2eb3b..cab9260 100644
--- a/gcc/cp/cp-tree.h
+++ b/gcc/cp/cp-tree.h
@@ -59,9 +59,6 @@ public:
cp_expr (tree value, location_t loc):
m_value (value), m_loc (loc) {}
- cp_expr (const cp_expr &other) :
- m_value (other.m_value), m_loc (other.m_loc) {}
-
/* Implicit conversions to tree. */
operator tree () const { return m_value; }
tree & operator* () { return m_value; }