merge from gcc
[deliverable/binutils-gdb.git] / libiberty / spaces.c
index 67481c9bcd8ff026491b68699a97c5a9871b2bae..69d7a2d3f834778242b24840f1c3c9fdbb351a26 100644 (file)
@@ -53,10 +53,7 @@ spaces (int count)
 
   if (count > maxsize)
     {
-      if (buf)
-       {
-         free (buf);
-       }
+      free (buf);
       buf = (char *) malloc (count + 1);
       if (buf == (char *) 0)
        return 0;
This page took 0.023095 seconds and 4 git commands to generate.