diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-11-19 22:17:55 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-11-19 22:17:55 +0100 |
commit | a06104af7dcf2f5bafaf18f373c8b2554cbfe014 (patch) | |
tree | 97015ab8a4bb1c97d6775c53e0e3190cc5d31da7 /scripts/lxdialog/util.c | |
parent | kconfig: fixup after Lindent (diff) | |
download | linux-a06104af7dcf2f5bafaf18f373c8b2554cbfe014.tar.xz linux-a06104af7dcf2f5bafaf18f373c8b2554cbfe014.zip |
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 '')
-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; const char *backtitle = NULL; -const char *dialog_result; - /* * Attribute values, default is for mono display */ |