diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-11-19 16:17:55 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-11-19 16:17:55 -0500 |
commit | a06104af7dcf2f5bafaf18f373c8b2554cbfe014 (patch) | |
tree | 97015ab8a4bb1c97d6775c53e0e3190cc5d31da7 /scripts/lxdialog/util.c | |
parent | dec69da856653772d7ee7b2f98dc69da27274a22 (diff) |
kconfig: lxdialog is now sparse clean
Replacing a gcc idiom with malloc and deleting an unused global
variable made lxdialog sparse clean.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'scripts/lxdialog/util.c')
-rw-r--r-- | scripts/lxdialog/util.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/lxdialog/util.c b/scripts/lxdialog/util.c index 1f84809773f0..ce411474d729 100644 --- a/scripts/lxdialog/util.c +++ b/scripts/lxdialog/util.c | |||
@@ -26,8 +26,6 @@ bool use_colors = 1; | |||
26 | 26 | ||
27 | const char *backtitle = NULL; | 27 | const char *backtitle = NULL; |
28 | 28 | ||
29 | const char *dialog_result; | ||
30 | |||
31 | /* | 29 | /* |
32 | * Attribute values, default is for mono display | 30 | * Attribute values, default is for mono display |
33 | */ | 31 | */ |