From: Ken Raeburn Date: Tue, 1 Jun 1993 22:46:47 +0000 (+0000) Subject: don't bother checking return value from hash_new X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c6eb684cc41ecd4c037c660d0f51c8406bdccb7;p=binutils-gdb.git don't bother checking return value from hash_new --- diff --git a/gas/config/tc-a29k.c b/gas/config/tc-a29k.c index 0a9c22af61d..4f31651157b 100644 --- a/gas/config/tc-a29k.c +++ b/gas/config/tc-a29k.c @@ -282,8 +282,6 @@ md_begin () /* Hash up all the opcodes for fast use later. */ op_hash = hash_new (); - if (op_hash == NULL) - as_fatal ("Virtual memory exhausted"); for (i = 0; i < num_opcodes; i++) {