From 1a983961182362c77de38c49394f2744544a3701 Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Wed, 23 Dec 2009 11:20:18 +0000 Subject: [PATCH] Merging changes from upstream GlotPress revision [351]. Remove unused local variable. git-svn-id: https://develop.svn.wordpress.org/trunk@12505 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/pomo/entry.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/pomo/entry.php b/wp-includes/pomo/entry.php index eb58f89dba..1ce5f9ac49 100644 --- a/wp-includes/pomo/entry.php +++ b/wp-includes/pomo/entry.php @@ -2,7 +2,7 @@ /** * Contains Translation_Entry class * - * @version $Id: entry.php 222 2009-09-07 21:14:23Z nbachiyski $ + * @version $Id: entry.php 351 2009-12-03 11:39:08Z nbachiyski $ * @package pomo * @subpackage entry */ @@ -46,7 +46,6 @@ class Translation_Entry { return; } // get member variable values from args hash - $object_varnames = array_keys(get_object_vars($this)); foreach ($args as $varname => $value) { $this->$varname = $value; }