Remove unused attr_accessor from Gitlab::Git::Commit
This commit is contained in:
parent
a4a5cbf29a
commit
d66d126382
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module Gitlab
|
|||
class Commit
|
||||
include Gitlab::EncodingHelper
|
||||
|
||||
attr_accessor :raw_commit, :head, :refs
|
||||
attr_accessor :raw_commit, :head
|
||||
|
||||
SERIALIZE_KEYS = [
|
||||
:id, :message, :parent_ids,
|
||||
|
|
Loading…
Reference in a new issue