Remove some calls to malloc_failure
[deliverable/binutils-gdb.git] / gdb / utils.h
index c8337f2301790b7bb4e481530d9f6e55747b53d4..71860191403508bbf706f4c2a6a0ab4e3269e1f7 100644 (file)
@@ -146,10 +146,7 @@ public:
   }
 
   /* A constructor that calls buildargv on STR.  STR may be NULL, in
-     which case this object is initialized with a NULL array.  If
-     buildargv fails due to out-of-memory, call malloc_failure.
-     Therefore, the value is guaranteed to be non-NULL, unless the
-     parameter itself is NULL.  */
+     which case this object is initialized with a NULL array.  */
 
   explicit gdb_argv (const char *str)
     : m_argv (NULL)
This page took 0.024163 seconds and 4 git commands to generate.