mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[config] value was unused
This commit is contained in:
parent
88d9704e11
commit
016686a71e
@ -1316,10 +1316,8 @@ void
|
||||
set_option_or_save(const char *str)
|
||||
{
|
||||
#define NUMKVPAIRS 16
|
||||
#define VALSIZE 4096
|
||||
int i;
|
||||
char * kvpairs[NUMKVPAIRS];
|
||||
char value[VALSIZE];
|
||||
char *kvpairs[NUMKVPAIRS];
|
||||
char *option_name;
|
||||
char *option_value;
|
||||
char *set;
|
||||
@ -1363,5 +1361,4 @@ set_option_or_save(const char *str)
|
||||
}
|
||||
done_string(&tmp);
|
||||
#undef NUMKVPAIRS
|
||||
#undef VALSIZE
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user