diff options
| author | Jacob Vosmaer <jacob@gitlab.com> | 2017-08-03 15:52:14 +0200 |
|---|---|---|
| committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-08-03 15:52:14 +0200 |
| commit | 3a8f4a34604d8b15d3e602269934ea5c073ff0d9 (patch) | |
| tree | ac792826b7cca1e7a2091998233c264b59110834 /lib | |
| parent | 29a07fd3a12115377f726248a342052a5ae07ed2 (diff) | |
| download | gitlab-ce-3a8f4a34604d8b15d3e602269934ea5c073ff0d9.tar.gz | |
Remove unnecessary 'raw' alias
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gitlab/git/repository.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/gitlab/git/repository.rb b/lib/gitlab/git/repository.rb index 26ad40c3eed..3a9740092cd 100644 --- a/lib/gitlab/git/repository.rb +++ b/lib/gitlab/git/repository.rb @@ -58,11 +58,6 @@ module Gitlab end end - # Alias to old method for compatibility - def raw - rugged - end - def rugged @rugged ||= Rugged::Repository.new(path, alternates: alternate_object_directories) rescue Rugged::RepositoryError, Rugged::OSError |
