summaryrefslogtreecommitdiff
path: root/lib/bitbucket_server/representation/repo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bitbucket_server/representation/repo.rb')
-rw-r--r--lib/bitbucket_server/representation/repo.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/bitbucket_server/representation/repo.rb b/lib/bitbucket_server/representation/repo.rb
index 4cd5b75bbed..a3c5f387941 100644
--- a/lib/bitbucket_server/representation/repo.rb
+++ b/lib/bitbucket_server/representation/repo.rb
@@ -3,10 +3,6 @@
module BitbucketServer
module Representation
class Repo < Representation::Base
- def initialize(raw)
- super(raw)
- end
-
def project_key
raw.dig('project', 'key')
end