Prune unused code

This commit is contained in:
Stan Hu 2018-06-28 22:18:42 -07:00
parent f7d0ee1f09
commit bba5975a72
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
module BitbucketServer
module Representation
class User < Representation::Base
def username
raw['username']
end
end
end
end