summaryrefslogtreecommitdiff
path: root/lib/sbin
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-11-17 20:47:09 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2009-11-17 20:47:09 +0000
commit8a531505740bb956a25a80f68242ca056270474d (patch)
tree77924ee9d8cf63f147daae9b6a69be3da2747b2b /lib/sbin
parentc880646f1666e6962ee2a998027a87d2fc225bb1 (diff)
Remove duplicate code
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4582 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin')
-rw-r--r--lib/sbin/CVSUpdate.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/sbin/CVSUpdate.pl b/lib/sbin/CVSUpdate.pl
index 3341f6cd..2847b4ec 100644
--- a/lib/sbin/CVSUpdate.pl
+++ b/lib/sbin/CVSUpdate.pl
@@ -122,12 +122,6 @@ foreach $thorn (sort keys %info)
print "Ignoring $thorn - no CVS or .svn directory\n";
next;
}
- if ( -d "$arrangement_dir/$thorn/CVS" &&
- -d "$arrangement_dir/$thorn/.svn" )
- {
- print "Ignoring $thorn - both CVS and .svn directory\n";
- next;
- }
chdir ("$arrangement_dir/$thorn") ||
die "Cannot change to thorn directory '$arrangement_dir/$thorn'\n";