summaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorGraham Stott <grahams@gcc.gnu.org>2002-09-03 00:33:34 +0000
committerGraham Stott <grahams@gcc.gnu.org>2002-09-03 00:33:34 +0000
commitc7a009a25e220bb503ddde82b70efdcb9857f398 (patch)
tree2858397f90d1b9b1a2aabdd4ecb16f1b7dedec63 /gcc/expr.c
parent4d5c703ec010dbc5d4fad628639ae2b346ae22e4 (diff)
downloadgcc-c7a009a25e220bb503ddde82b70efdcb9857f398.tar.gz
* expr.c (expand_expr): Remove extraneous comment and code.
From-SVN: r56744
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index f3c0144ac23..ca8952bffc7 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -6832,9 +6832,6 @@ expand_expr (exp, target, tmode, modifier)
return temp;
}
- /* We can't find the object or there was a missing WITH_RECORD_EXPR. */
- abort ();
-
case WITH_RECORD_EXPR:
/* Put the object on the placeholder list, expand our first operand,
and pop the list. */