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
|
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,
|
||||||
|
|
Loading…
Reference in a new issue