diff options
Diffstat (limited to 'lib/github/representation/repo.rb')
-rw-r--r-- | lib/github/representation/repo.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/github/representation/repo.rb b/lib/github/representation/repo.rb index b9cae43450e..6938aa7db05 100644 --- a/lib/github/representation/repo.rb +++ b/lib/github/representation/repo.rb @@ -1,9 +1,6 @@ module Github module Representation class Repo < Representation::Base - def id - raw['id'] - end end end end |