Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Littlemore committed Jul 20, 2017
1 parent cd432d2 commit 7f10f84
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/AmazonAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ class AmazonAPI

private $mErrors = array();

private function throwIfNull($parameterValue, $parameterName) {
if ($parameterValue == NULL) {
throw new \Exception($parameterName . ' should be defined');
}
}

public function __construct($urlBuilder, $outputType) {
$this->urlBuilder = $urlBuilder;
$this->dataTransformer = DataTransformerFactory::create($outputType);
Expand Down

0 comments on commit 7f10f84

Please sign in to comment.