summaryrefslogtreecommitdiff
path: root/lib/dpkg/parsedump.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dpkg/parsedump.h')
-rw-r--r--lib/dpkg/parsedump.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/dpkg/parsedump.h b/lib/dpkg/parsedump.h
index 8e9a71056..ea29ff317 100644
--- a/lib/dpkg/parsedump.h
+++ b/lib/dpkg/parsedump.h
@@ -158,14 +158,6 @@ void parse_ensure_have_field(struct parsedb_state *ps,
#define MSDOS_EOF_CHAR '\032' /* ^Z */
-#define NICK(name) .nick = name, .nicklen = sizeof(name) - 1
-
-struct nickname {
- const char *nick;
- const char *canon;
- size_t nicklen;
-};
-
extern const struct fieldinfo fieldinfos[];
/** @} */