* regex.c (bzero) [!_LIBC]: Define without coma expression. (regerror): Cast the...
[external/binutils.git] / libiberty / spaces.c
index 67481c9..69d7a2d 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;