Page MenuHomePhabricator

D13906.id.diff
No OneTemporary

D13906.id.diff

diff --git a/src/applications/differential/controller/DifferentialRevisionViewController.php b/src/applications/differential/controller/DifferentialRevisionViewController.php
--- a/src/applications/differential/controller/DifferentialRevisionViewController.php
+++ b/src/applications/differential/controller/DifferentialRevisionViewController.php
@@ -359,8 +359,6 @@
}
$toc_view->setDiff($target);
$toc_view->setUser($user);
- $toc_view->setRevisionID($revision->getID());
- $toc_view->setWhitespace($whitespace);
$comment_form = null;
if (!$viewer_is_anonymous) {
diff --git a/src/applications/differential/view/DifferentialDiffTableOfContentsView.php b/src/applications/differential/view/DifferentialDiffTableOfContentsView.php
--- a/src/applications/differential/view/DifferentialDiffTableOfContentsView.php
+++ b/src/applications/differential/view/DifferentialDiffTableOfContentsView.php
@@ -8,8 +8,6 @@
private $repository;
private $diff;
private $renderURI = '/differential/changeset/';
- private $revisionID;
- private $whitespace;
private $coverageMap;
public function setChangesets($changesets) {
@@ -42,16 +40,6 @@
return $this;
}
- public function setRevisionID($revision_id) {
- $this->revisionID = $revision_id;
- return $this;
- }
-
- public function setWhitespace($whitespace) {
- $this->whitespace = $whitespace;
- return $this;
- }
-
public function render() {
$this->requireResource('differential-core-view-css');

File Metadata

Mime Type
text/plain
Expires
Wed, Mar 12, 1:04 AM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7296069
Default Alt Text
D13906.id.diff (1 KB)

Event Timeline