From: Roland McGrath Date: Mon, 1 Feb 1993 00:24:58 +0000 (+0000) Subject: Formerly read.c.~52~ X-Git-Tag: 3.70.2~399 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afa97833ccb64541e3de526f46276a7ce5e6ab18;p=thirdparty%2Fmake.git Formerly read.c.~52~ --- diff --git a/read.c b/read.c index 93317787..654f77e1 100644 --- a/read.c +++ b/read.c @@ -539,8 +539,6 @@ read_makefile (filename, type) { pattern = savestring (p, len); p = find_next_token (&p2, &len); - if (p != 0) - p = savestring (p, len); /* No searchpath means remove all previous selective VPATH's with the same pattern. */ } @@ -550,8 +548,6 @@ read_makefile (filename, type) construct_vpath_list (pattern, p); if (pattern != 0) free (pattern); - if (p != 0) - free (p); } #undef word1eq else if (try_variable_definition (p, o_file))