Remove some calls to malloc_failure
[deliverable/binutils-gdb.git] / gdb / xml-support.c
index 915be76066d9fce8003a6b3b4a60ea2354432515..f5a142754578e18572874406258cb2e2c0d0fcc0 100644 (file)
@@ -977,8 +977,6 @@ xml_fetch_content_from_file (const char *filename, void *baton)
     {
       char *fullname = concat (dirname, "/", filename, (char *) NULL);
 
-      if (fullname == NULL)
-       malloc_failure (0);
       file = gdb_fopen_cloexec (fullname, FOPEN_RT);
       xfree (fullname);
     }
This page took 0.026319 seconds and 4 git commands to generate.