Skip to content

Commit

Permalink
Remove unused static variable in Wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Jul 15, 2016
1 parent 96c5969 commit 9bfdd5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/Sage/Template/Wrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ class Wrapper implements WrapperInterface
/** @var string[] Array of template wrappers; e.g., `base-singular.php`, `base-page.php`, `base.php` */
protected $wrapper = [];

/** @var string[] Cache template locations */
protected static $locations = [];

/**
* Wrapper constructor
*
Expand Down

0 comments on commit 9bfdd5a

Please sign in to comment.