Commit d66d1263 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Remove unused attr_accessor from Gitlab::Git::Commit

parent a4a5cbf2
...@@ -4,7 +4,7 @@ module Gitlab ...@@ -4,7 +4,7 @@ module Gitlab
class Commit class Commit
include Gitlab::EncodingHelper include Gitlab::EncodingHelper
attr_accessor :raw_commit, :head, :refs attr_accessor :raw_commit, :head
SERIALIZE_KEYS = [ SERIALIZE_KEYS = [
:id, :message, :parent_ids, :id, :message, :parent_ids,
......
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