Commit 7eb8487d authored by Patrick Steinhardt's avatar Patrick Steinhardt

import_export: Remove unused function `#git_bin_path`

The function `COmmandLineUtil#git_bin_path` isn't used anymore. Remove
it.
parent 5f31c7de
......@@ -95,10 +95,6 @@ module Gitlab
end
# rubocop:enable Gitlab/ModuleWithInstanceVariables
def git_bin_path
Gitlab.config.git.bin_path
end
def copy_files(source, destination)
# if we are copying files, create the destination folder
destination_folder = File.file?(source) ? File.dirname(destination) : destination
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment