# HG changeset patch # User Bob Ippolito <bob@redivi.com> # Date 1136265606 0 # Tue Jan 03 05:20:06 2006 +0000 # Node ID 4e86351ff683c88b793e4ce493a695fa00e82779 # Parent 2ce8aa3c2946485ecd43ce4b74bbc36a2bbba5b2 unused git-svn-id: http://simplejson.googlecode.com/svn/trunk@11 a4795897-2c25-0410-b006-0d3caba88fa1 diff --git a/simplejson/scanner.py b/simplejson/scanner.py --- a/simplejson/scanner.py +++ b/simplejson/scanner.py @@ -61,7 +61,3 @@ fn.regex = re.compile(pattern, flags) return fn return decorator - -def InsignificantWhitespace(match, context): - return None, None -pattern(r'\s+')(InsignificantWhitespace)