Big song listing performance improvement.
[clinton/xbmc-groove.git] / resources / lib / simplejson / tests / test_recursion.py
index 97422a6..c369862 100644 (file)
@@ -51,7 +51,6 @@ class TestRecursion(TestCase):
         else:
             self.fail("didn't raise ValueError on dict recursion")
         x = {}
-        y = {"a": x, "b": x}
         # ensure that the marker is cleared
         json.dumps(x)