Explorar el Código

apt-pkg/deb/dpkgpm.cc:
- make it compileable

Michael Vogt hace 19 años
padre
commit
314555a955
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      apt-pkg/deb/dpkgpm.cc

+ 0 - 1
apt-pkg/deb/dpkgpm.cc

@@ -398,7 +398,6 @@ void pkgDPkgPM::ProcessDpkgStatusLine(int OutStatusFd, char *line)
 	 std::clog << "ignoring line: not enough ':'" << std::endl;
 	 std::clog << "ignoring line: not enough ':'" << std::endl;
       return;
       return;
    }
    }
-   char *action = list[0];
    char *pkg = list[1];
    char *pkg = list[1];
    char *action = _strstrip(list[2]);
    char *action = _strstrip(list[2]);