Skip to content

Commit

Permalink
unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
thunderer committed Nov 6, 2014
1 parent 8defaf9 commit b896a54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class Client
private $token;
private $format;
private $cache;
private $mapping;

/**
* Yep, it's a constructor.
Expand All @@ -34,7 +33,6 @@ public function __construct($token, $format)

$this->token = $token;
$this->format = $format;
$this->mapping = null;
$this->clearCache();
}

Expand Down

0 comments on commit b896a54

Please sign in to comment.