Remove some calls to malloc_failure
[deliverable/binutils-gdb.git] / gdb / utils.c
index f7fae35729b7cfb4d4573b68616a174b1fba66c5..0b8ec02abe6668c2ed59604335311248ea240592 100644 (file)
@@ -3033,9 +3033,6 @@ gdb_argv::reset (const char *s)
 {
   char **argv = buildargv (s);
 
-  if (s != NULL && argv == NULL)
-    malloc_failure (0);
-
   freeargv (m_argv);
   m_argv = argv;
 }
This page took 0.024778 seconds and 4 git commands to generate.