don't bother checking return value from hash_new
authorKen Raeburn <raeburn@cygnus>
Tue, 1 Jun 1993 22:46:47 +0000 (22:46 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 1 Jun 1993 22:46:47 +0000 (22:46 +0000)
gas/config/tc-a29k.c

index 0a9c22af61d1b378a039c1ceeeb85ffa1a8ee9ba..4f31651157b3c3eb782404dbfec0fba8064d0523 100644 (file)
@@ -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++)
     {