summaryrefslogtreecommitdiff
path: root/app/controllers/blame_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/blame_controller.rb')
-rw-r--r--app/controllers/blame_controller.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/blame_controller.rb b/app/controllers/blame_controller.rb
index 37d7245ccb4..76caa4a69c4 100644
--- a/app/controllers/blame_controller.rb
+++ b/app/controllers/blame_controller.rb
@@ -7,8 +7,6 @@ class BlameController < ProjectResourceController
before_filter :authorize_code_access!
before_filter :require_non_empty_project
- before_filter :assign_ref_vars
-
def show
@repo = @project.repo
@blame = Grit::Blob.blame(@repo, @commit.id, @path)