Skip to content

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Dec 30, 2020
1 parent 2996d8c commit 09886c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bug_revision_view_page.php
Expand Up @@ -94,9 +94,6 @@
exit;
}

$t_bug_data = bug_get( $t_bug_id, true );
$t_project_id = $t_bug_data->project_id;

# Make sure user is allowed to view revisions
# If processing a bugnote, we don't need to check bug-level access as it is
# already done at the lower level, and in fact we must not do it as a user may
Expand Down

0 comments on commit 09886c8

Please sign in to comment.