lib/android: fixes unread variables
authorAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 21:17:27 +0000 (16:17 -0500)
committerAlexandre Terrasa <alexandre@moz-code.org>
Fri, 12 Dec 2014 21:17:27 +0000 (16:17 -0500)
Signed-off-by: Alexandre Terrasa <alexandre@moz-code.org>

lib/android/bundle/bundle.nit

index 5a083d2..5b01369 100644 (file)
@@ -665,7 +665,6 @@ class Bundle
        # Returns the `null` if none or if it's the wrong value type
        fun array_of_string(key: String): nullable Array[String]
        do
-               var string_array = new Array[String]
                sys.jni_env.push_local_frame(1)
 
                var return_value = native_bundle.get_string_array(key.to_java_string)