Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Oct 12, 2016
1 parent f16ddc3 commit a388479
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/Parenthesis.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ public function getPrecidence() {
return $this->precidence;
}

public function isNoOp() {
return true;
}

public function isParenthesis() {
return true;
}
Expand Down
4 changes: 0 additions & 4 deletions src/TerminalExpression.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ public function isParenthesis() {
return false;
}

public function isNoOp() {
return false;
}

public function render() {
return $this->value;
}
Expand Down

0 comments on commit a388479

Please sign in to comment.