Merging changes from upstream GlotPress revision [351]. Remove unused local variable.

git-svn-id: http://svn.automattic.com/wordpress/trunk@12505 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2009-12-23 11:20:18 +00:00
parent b47a03278e
commit a7618f99b1
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;
}