Remove dead code from review_detail view on dvcs
Review Request #8285 — Created July 12, 2016 and submitted — Latest diff uploaded
In the review detail view, we are fetching all the
DiffCommit
s on the
review request, organizating them according to theirDiffSet
and then
doing nothing with the result.
Verified the review detail view still works.
reviewboard/static/rb/js/diffviewer/models/diffCommitModel.es6.js |
---|
reviewboard/static/rb/js/diffviewer/views/diffCommitIndexView.es6.js |
---|
reviewboard/static/rb/js/pages/views/diffViewerPageView.js |
---|
reviewboard/webapi/resources/diff_context.py |
---|