From: Daniel Burrows Date: Wed, 2 Apr 2008 03:54:16 +0000 (-0700) Subject: Remove a debugging message that I left in by accident (if it ever triggers the progra... X-Git-Tag: 0.7.21~161 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/faa2bd8278cf8118e852dd3a1a8da93b642b60ac Remove a debugging message that I left in by accident (if it ever triggers the program is about to crash anyway). --- diff --git a/apt-pkg/contrib/configuration.cc b/apt-pkg/contrib/configuration.cc index 6f617e914..843e91f2a 100644 --- a/apt-pkg/contrib/configuration.cc +++ b/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;