Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2014-03-22 23:40:42 +0400
committerRobert Speicher <rspeicher@gmail.com>2014-03-22 23:40:42 +0400
commit760f827ba0257d6664f429a832d1962fcac6e58e (patch)
tree1bb6ca15ffbcc6bdabfeb43d9704a801ea2a6ab9 /lib/gitlab
parentfa340595746ba18fae3c6422ff4c9ea4af8e3023 (diff)
Remove code that does nothing
ping @karlhungus
Diffstat (limited to 'lib/gitlab')
-rw-r--r--lib/gitlab/satellite/satellite.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/satellite/satellite.rb b/lib/gitlab/satellite/satellite.rb
index 9e3c3997e55..bdfcf254e9e 100644
--- a/lib/gitlab/satellite/satellite.rb
+++ b/lib/gitlab/satellite/satellite.rb
@@ -24,7 +24,6 @@ module Gitlab
def clear_and_update!
raise SatelliteNotExistError unless exists?
- File.exists? path
@repo = nil
clear_working_dir!
delete_heads!