Unbreak previous commit..

This commit is contained in:
Peter Wemm 1999-01-15 12:49:53 +00:00
parent 449c650d3f
commit 82bbdcdaed
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42701

View File

@ -1152,13 +1152,6 @@ print_version_info ()
major_version, minor_version);
}
if (nbytes && temp == (void *)NULL)
memory_error ("xrealloc", nbytes);
return (temp);
}
/* If EXIT_VALUE is zero, print the full usage message to stdout.
Otherwise, just say to use --help for more info.
Then exit with EXIT_VALUE. */