From 82bbdcdaedd927c7d3f00c17a44c295b70f82d58 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 15 Jan 1999 12:49:53 +0000 Subject: [PATCH] Unbreak previous commit.. --- contrib/texinfo/makeinfo/makeinfo.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/contrib/texinfo/makeinfo/makeinfo.c b/contrib/texinfo/makeinfo/makeinfo.c index 4f05fe7002b..bfd142e7dab 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. */