Explorar o 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 %!s(int64=18) %!d(string=hai) anos
pai
achega
faa2bd8278
Modificáronse 1 ficheiros con 0 adicións e 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;