Skip to content

Commit

Permalink
MAGETWO-69695: Removed unused $_customerSession property #9859
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko authored Jun 7, 2017
2 parents de2308b + 0919c0b commit cdaf5d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Sales/Block/Order/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ class View extends \Magento\Framework\View\Element\Template
protected $_coreRegistry = null;

/**
* @var \Magento\Customer\Model\Session
* @var \Magento\Framework\App\Http\Context
*/
protected $_customerSession;
protected $httpContext;

/**
* @var \Magento\Payment\Helper\Data
Expand Down

0 comments on commit cdaf5d9

Please sign in to comment.