summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/redmine/sudo_mode.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/redmine/sudo_mode.rb b/lib/redmine/sudo_mode.rb
index 164819d83..523483531 100644
--- a/lib/redmine/sudo_mode.rb
+++ b/lib/redmine/sudo_mode.rb
@@ -5,7 +5,6 @@ require 'rack/utils'
module Redmine
module SudoMode
-
class SudoRequired < StandardError
end
@@ -152,7 +151,6 @@ module Redmine
end
module ClassMethods
-
# Handles sudo requirements for the given actions, preserving the named
# parameters, or any parameters if you omit the :parameters option.
#