Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/Payment_DTA/trunk@303151 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
mschuett committed Sep 8, 2010
1 parent a5b0639 commit 3c38821
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DTAZV.php
Expand Up @@ -725,7 +725,7 @@ private function _parseTrecord($input, &$offset, &$checks)
// should never happen
throw new Payment_DTA_ParseException("Cannot addExchange() ".
"for transaction number ".strval($this->count()+1).
", please file a bug report", $e);
", please file a bug report");
}
$checks['amount'] += $amount_int;
}
Expand All @@ -743,8 +743,6 @@ private function _parseTrecord($input, &$offset, &$checks)
*/
private function _parseZrecord($input, &$offset, $checks)
{
$Z = array();

/* field Z01+Z02 record length and type */
$this->checkStr($input, $offset, "0256Z");
/* field Z03 sum of amounts (integer parts in T14a) */
Expand Down

0 comments on commit 3c38821

Please sign in to comment.