aboutsummaryrefslogtreecommitdiff
path: root/read.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-02-01 00:24:58 +0000
committerRoland McGrath <roland@redhat.com>1993-02-01 00:24:58 +0000
commitafa97833ccb64541e3de526f46276a7ce5e6ab18 (patch)
tree1512eea5fcc69b763267f0da20ce308d13e40ceb /read.c
parent3c516ccd35be4dc2a31a489409784287a9642ca8 (diff)
downloadgunmake-afa97833ccb64541e3de526f46276a7ce5e6ab18.tar.gz
Formerly read.c.~52~
Diffstat (limited to 'read.c')
-rw-r--r--read.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/read.c b/read.c
index 9331778..654f77e 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))