BigW Consortium Gitlab

Commit c1377c6c by Grzegorz Bizon

Remove useless assignment in pattern lexeme

parent 9b213583
...@@ -13,7 +13,7 @@ module Gitlab ...@@ -13,7 +13,7 @@ module Gitlab
end end
def evaluate(variables = {}) def evaluate(variables = {})
@regexp = Gitlab::UntrustedRegexp.new(@value) Gitlab::UntrustedRegexp.new(@value)
rescue RegexpError rescue RegexpError
raise Expression::RuntimeError, 'Invalid regular expression!' raise Expression::RuntimeError, 'Invalid regular expression!'
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment