Remove "memory exhausted" messages
[binutils-gdb.git] / gas / config / tc-pdp11.c
index 9a2497872455b9aad390638259e23889be5503d6..1230daee34bc11f6d619d69b66a0e68baf8eda35 100644 (file)
@@ -189,8 +189,6 @@ md_begin (void)
   init_defaults ();
 
   insn_hash = str_htab_create ();
-  if (insn_hash == NULL)
-    as_fatal (_("Virtual memory exhausted"));
 
   for (i = 0; i < pdp11_num_opcodes; i++)
     str_hash_insert (insn_hash, pdp11_opcodes[i].name, pdp11_opcodes + i, 0);