Procházet zdrojové kódy

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

Daniel Burrows před 18 roky
rodič
revize
faa2bd8278
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  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;