Commit ca03d5cc authored by Bob Van Landuyt's avatar Bob Van Landuyt

Minor cleanup of Gitlab::ApplicationContext

- The evaluation property of an attribute was never used
parent 574fb917
...@@ -5,7 +5,7 @@ module Gitlab ...@@ -5,7 +5,7 @@ module Gitlab
class ApplicationContext class ApplicationContext
include Gitlab::Utils::LazyAttributes include Gitlab::Utils::LazyAttributes
Attribute = Struct.new(:name, :type, :evaluation) Attribute = Struct.new(:name, :type)
APPLICATION_ATTRIBUTES = [ APPLICATION_ATTRIBUTES = [
Attribute.new(:project, Project), Attribute.new(:project, Project),
......
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