diff options
author | Michael Vogt <mvo@debian.org> | 2014-05-28 13:49:52 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-05-28 13:49:52 +0200 |
commit | d01d91d397284fb2ab3402dddede1594d2685356 (patch) | |
tree | 12897940df0b70e1c8946998944157c1cf7070a7 /cmdline/apt-extracttemplates.h | |
parent | d3d1d74bd29b72f08aa3e1d442f4f2b2acbb99de (diff) |
cmdline/apt-extracttemplates.cc: remove unused private var
Reported-By: clang -Wall
Diffstat (limited to 'cmdline/apt-extracttemplates.h')
-rw-r--r-- | cmdline/apt-extracttemplates.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmdline/apt-extracttemplates.h b/cmdline/apt-extracttemplates.h index 9cc3f5f25..6d2870a02 100644 --- a/cmdline/apt-extracttemplates.h +++ b/cmdline/apt-extracttemplates.h @@ -20,7 +20,6 @@ class pkgCache; class DebFile : public pkgDirStream { FileFd File; - unsigned long Size; char *Control; unsigned long ControlLen; |