[Later] Drop legacyCommentID column from DifferentialTransactionComment

Summary: Ref T2222. No callsites. Holding until we're more clearly stable.

Test Plan: `grep`

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley, aran

Maniphest Tasks: T2222

Differential Revision: https://secure.phabricator.com/D8241
This commit is contained in:
epriestley
2014-09-14 16:29:15 -07:00
parent e8985fc9e7
commit 7987b4b189
2 changed files with 2 additions and 1 deletions

View File

@@ -11,7 +11,6 @@ final class DifferentialTransactionComment
protected $fixedState;
protected $hasReplies = 0;
protected $replyToCommentPHID;
protected $legacyCommentID;
public function getApplicationTransactionObject() {
return new DifferentialTransaction();