##// END OF EJS Templates
parsers: drop spurious check of readlen value...
parsers: drop spurious check of readlen value We're about to check if len < 40 after assigning readlen to len, which means that if len < 40 we'll still abort, but I'm about to add a sensible exception to that failure, so let's just discard this useless check.
Augie Fackler -
r26051:af090796 default
Show More