This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=d2ca3f4be39bb56bf0ae54f8ac9f7976ff0bf025 commit d2ca3f4be39bb56bf0ae54f8ac9f7976ff0bf025 Author: Guillem Jover <[email protected]> AuthorDate: Tue Jun 5 05:29:44 2018 +0200 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 --- dselect/method.h | 3 --- 1 file changed, 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(); -- Dpkg.Org's dpkg

