summaryrefslogtreecommitdiff
path: root/dselect/pkgdisplay.cc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-02-15 23:58:34 +0100
committerGuillem Jover <guillem@debian.org>2015-03-30 22:34:46 +0200
commit2a6d9275c0bdd44f306adf816cfcec95204d0e54 (patch)
tree3f3736fd3619768c3041fac55e643a33626a2482 /dselect/pkgdisplay.cc
parente512a2cbae3727d2ede9060944bb532d998b3c00 (diff)
downloaddpkg-2a6d9275c0bdd44f306adf816cfcec95204d0e54.tar.gz
libdpkg: Simplify namevalue parsing code
This removes the special fallback value from the name/value table, so that we cannot accidentally parse it as a valid value.
Diffstat (limited to 'dselect/pkgdisplay.cc')
-rw-r--r--dselect/pkgdisplay.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc
index 7b9b0170a..e264a9ef6 100644
--- a/dselect/pkgdisplay.cc
+++ b/dselect/pkgdisplay.cc
@@ -63,7 +63,6 @@ const char
N_("Standard"),
N_("Optional"),
N_("Extra"),
- N_("!Bug!"),
N_("Unclassified"),
nullptr },