Explorar el Código

Remove a debugging message that I left in by accident (if it ever triggers the program is about to crash anyway).

Daniel Burrows hace 18 años
padre
commit
faa2bd8278
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      apt-pkg/contrib/configuration.cc

+ 0 - 5
apt-pkg/contrib/configuration.cc

@@ -635,11 +635,6 @@ bool ReadConfigFile(Configuration &Conf,const string &FName,bool AsSectional,
       for (std::string::const_iterator I = Start;
 	   I != End; ++I)
       {
-	 if(Start > End)
-	   {
-	     _error->Error("Why is Start > End?");
-	   }
-
 	 if (*I == '"')
 	    InQuote = !InQuote;