Преглед изворни кода

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

Daniel Burrows пре 18 година
родитељ
комит
faa2bd8278
1 измењених фајлова са 0 додато и 5 уклоњено
  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;