From 3c132f10f39f1675607d50f5c75669ec64e13bb5 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 7 Jul 2000 17:34:56 +0000 Subject: * Minor code cleanups * Fix for PR/1811, from Paul Eggert. --- variable.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'variable.c') diff --git a/variable.c b/variable.c index 6475e78..300368d 100644 --- a/variable.c +++ b/variable.c @@ -201,9 +201,6 @@ lookup_variable (name, length) sptr = value; scnt = 0; - if (listp) - *listp = current_variable_set_list; - while ((sptr = strchr (sptr, '$'))) { scnt++; -- cgit v1.2.3