diff options
author | Guillem Jover <guillem@debian.org> | 2018-06-05 05:29:44 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-08-01 06:00:34 +0200 |
commit | d2ca3f4be39bb56bf0ae54f8ac9f7976ff0bf025 (patch) | |
tree | 6ef84f95df57156845856678943ee962ca74ff24 /dselect | |
parent | f2a40a75beeb71cd29f3503acdfdf4539379685d (diff) | |
download | dpkg-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
Diffstat (limited to 'dselect')
-rw-r--r-- | dselect/method.h | 3 |
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(); |