From 2ac571fe1352e8819dca591274b1fe74535957f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Wollse=CC=81n?= Date: Sun, 16 Mar 2014 22:39:38 -0400 Subject: [PATCH] Removed unused variable --- Po2Json.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Po2Json.php b/Po2Json.php index 84fbc35..a2442d9 100644 --- a/Po2Json.php +++ b/Po2Json.php @@ -28,7 +28,6 @@ static public function parseFile( $result[""] = $headers; // Create gettext/Jed compatible JSON from parsed data - $return = array(); foreach ($translations as $translationKey => $t) { $entry = array();