]> git.saurik.com Git - apt.git/commitdiff
apt-pkg/deb/dpkgpm.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Tue, 18 Sep 2007 16:47:16 +0000 (17:47 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Tue, 18 Sep 2007 16:47:16 +0000 (17:47 +0100)
- make it compileable

apt-pkg/deb/dpkgpm.cc

index 28b895ac77923c0786ab9c1b36f5cda33e9d60ed..b92d0118c3df8de271791da743507c76e5a51246 100644 (file)
@@ -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]);