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
This commit is contained in:
Peter Westwood 2009-12-23 11:20:18 +00:00
parent 7d9a46e01c
commit 1a98396118
1 changed files with 1 additions and 2 deletions

View File

@ -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;
}