ChangeLog entries for f687f5f563
[deliverable/binutils-gdb.git] / gas / ecoff.c
index 1163c3315fe783b14e87198926f065978b5f34bc..08bfee1fc5c6412934ae1ecd40e1ebbf8078b509 100644 (file)
@@ -2526,10 +2526,8 @@ ecoff_directive_def (int ignore ATTRIBUTE_UNUSED)
     as_warn (_("empty symbol name in .def; ignored"));
   else
     {
-      if (coff_sym_name != (char *) NULL)
-       free (coff_sym_name);
-      if (coff_tag != (char *) NULL)
-       free (coff_tag);
+      free (coff_sym_name);
+      free (coff_tag);
 
       coff_sym_name = xstrdup (name);
       coff_type = type_info_init;
This page took 0.025501 seconds and 4 git commands to generate.