summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2018-06-05 05:29:44 +0200
committerGuillem Jover <guillem@debian.org>2018-08-01 06:00:34 +0200
commitd2ca3f4be39bb56bf0ae54f8ac9f7976ff0bf025 (patch)
tree6ef84f95df57156845856678943ee962ca74ff24
parentf2a40a75beeb71cd29f3503acdfdf4539379685d (diff)
downloaddpkg-d2ca3f4be39bb56bf0ae54f8ac9f7976ff0bf025.tar.gz
dselect: Remove duplicate searchstring member declaration in derived class
This is already declared in class baselist, no need to declare it too in class methodlist. Warned-by: cppcheck
-rw-r--r--dselect/method.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dselect/method.h b/dselect/method.h
index ac6c2cb6f..c21e5da0e 100644
--- a/dselect/method.h
+++ b/dselect/method.h
@@ -58,9 +58,6 @@ protected:
// Table of methods
struct dselect_option **table;
- // Misc.
- char searchstring[50];
-
// Information displays
void itd_description();