diff options
author | Valery Sizov <valery@gitlab.com> | 2016-12-07 16:16:18 +0200 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2016-12-07 16:16:18 +0200 |
commit | bd3bd9bcea11244c56a0f7b63a6afa6fe439bf01 (patch) | |
tree | a64a73605ec4dc911e900aff6a710b484c899057 | |
parent | 98c0eb0f75692b1281adda9bfb75e1fcc12cec6d (diff) | |
download | gitlab-ce-bd3bd9bcea11244c56a0f7b63a6afa6fe439bf01.tar.gz |
Remove outdated bitbucket_import.rb
-rw-r--r-- | lib/gitlab/bitbucket_import.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/gitlab/bitbucket_import.rb b/lib/gitlab/bitbucket_import.rb deleted file mode 100644 index 7298152e7e9..00000000000 --- a/lib/gitlab/bitbucket_import.rb +++ /dev/null @@ -1,6 +0,0 @@ -module Gitlab - module BitbucketImport - mattr_accessor :public_key - @public_key = nil - end -end |