Replace "if (x) free (x)" with "free (x)", ld
[deliverable/binutils-gdb.git] / ld / emultempl / ppc64elf.em
index 6633f8156acf2dd135032e8b01ae2bd45ba59261..a2834c8525730503d4bb49837d2280492c7ba0e6 100644 (file)
@@ -602,8 +602,7 @@ gld${EMULATION_NAME}_finish (void)
       fprintf (stderr, "%s: %s\n", program_name, line);
     }
   fflush (stderr);
-  if (msg != NULL)
-    free (msg);
+  free (msg);
 
   finish_default ();
 }
This page took 0.038315 seconds and 4 git commands to generate.