diff options
Diffstat (limited to 'gcc/cp/tree.c')
-rw-r--r-- | gcc/cp/tree.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cp/tree.c b/gcc/cp/tree.c index 290317e..85855ac 100644 --- a/gcc/cp/tree.c +++ b/gcc/cp/tree.c @@ -1646,8 +1646,6 @@ tree lvalue_type (tree arg) { tree type = TREE_TYPE (arg); - if (TREE_CODE (arg) == OVERLOAD) - type = unknown_type_node; return type; } |