summaryrefslogtreecommitdiff
path: root/apt-pkg
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-09-18 17:47:16 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2007-09-18 17:47:16 +0100
commit314555a95560264aee5a9b1aa992a1f962ae6fea (patch)
tree37001dc13030f045de0e0f583c5ae9a06ced564b /apt-pkg
parentf26fcbc707e106946e18682f917ebd6f96444302 (diff)
apt-pkg/deb/dpkgpm.cc:
- make it compileable
Diffstat (limited to 'apt-pkg')
-rw-r--r--apt-pkg/deb/dpkgpm.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/apt-pkg/deb/dpkgpm.cc b/apt-pkg/deb/dpkgpm.cc
index 28b895ac7..b92d0118c 100644
--- a/apt-pkg/deb/dpkgpm.cc
+++ b/apt-pkg/deb/dpkgpm.cc
@@ -398,7 +398,6 @@ void pkgDPkgPM::ProcessDpkgStatusLine(int OutStatusFd, char *line)
std::clog << "ignoring line: not enough ':'" << std::endl;
return;
}
- char *action = list[0];
char *pkg = list[1];
char *action = _strstrip(list[2]);