sax: Remove unused variables.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Fri, 28 Nov 2014 17:26:13 +0000 (12:26 -0500)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Fri, 28 Nov 2014 17:38:31 +0000 (12:38 -0500)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

lib/sax/helpers/test_namespace_support.nit

index 5798c33..3892e12 100644 (file)
@@ -132,7 +132,6 @@ class TestNamespaceSupport
        end
 
        fun test_prefixes do
-               var subject = sample
                var res = sample.prefixes
 
                assert 3 == res.length else
@@ -171,7 +170,6 @@ class TestNamespaceSupport
        end
 
        fun test_declared_prefixes do
-               var subject = sample
                var res = sample.declared_prefixes
 
                assert 2 == res.length else