diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-01-15 12:49:53 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-01-15 12:49:53 +0000 |
commit | 82bbdcdaedd927c7d3f00c17a44c295b70f82d58 (patch) | |
tree | 34119f1b78de6ef7d547ec6b1a09f455bf93d8aa /contrib/texinfo/makeinfo | |
parent | 449c650d3fa1d4dd8552a5b03834d459f33f1fd6 (diff) |
Unbreak previous commit..
Notes
Notes:
svn path=/head/; revision=42701
Diffstat (limited to 'contrib/texinfo/makeinfo')
-rw-r--r-- | contrib/texinfo/makeinfo/makeinfo.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/texinfo/makeinfo/makeinfo.c b/contrib/texinfo/makeinfo/makeinfo.c index 4f05fe7002b0..bfd142e7dab3 100644 --- a/contrib/texinfo/makeinfo/makeinfo.c +++ b/contrib/texinfo/makeinfo/makeinfo.c @@ -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. */ |