summaryrefslogtreecommitdiff
path: root/lib/gitlab/bitbucket_import.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/bitbucket_import.rb')
-rw-r--r--lib/gitlab/bitbucket_import.rb6
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