diff options
Diffstat (limited to 'variable.c')
-rw-r--r-- | variable.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -201,9 +201,6 @@ lookup_variable (name, length) sptr = value; scnt = 0; - if (listp) - *listp = current_variable_set_list; - while ((sptr = strchr (sptr, '$'))) { scnt++; |