]> git.saurik.com Git - apt.git/commitdiff
Remove a debugging message that I left in by accident (if it ever triggers the progra...
authorDaniel Burrows <Daniel_Burrows@alumni.brown.edu>
Wed, 2 Apr 2008 03:54:16 +0000 (20:54 -0700)
committerDaniel Burrows <Daniel_Burrows@alumni.brown.edu>
Wed, 2 Apr 2008 03:54:16 +0000 (20:54 -0700)
apt-pkg/contrib/configuration.cc

index 6f617e9148bdf9983e6fd482eb1338043ceda90e..843e91f2a450218d4583d0e3d05bf5d5c3af6e53 100644 (file)
@@ -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;