From faa2bd8278cf8118e852dd3a1a8da93b642b60ac Mon Sep 17 00:00:00 2001 From: Daniel Burrows Date: Tue, 1 Apr 2008 20:54:16 -0700 Subject: Remove a debugging message that I left in by accident (if it ever triggers the program is about to crash anyway). --- apt-pkg/contrib/configuration.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apt-pkg') 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; -- cgit v1.2.3