summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vcx3
1 files changed, 0 insertions, 3 deletions
diff --git a/vcx b/vcx
index 8931ce0..3691523 100644
--- a/vcx
+++ b/vcx
@@ -5,8 +5,6 @@ use warnings;
use IO::Handle;
use File::Path qw(make_path);
use File::Copy qw(copy);
-use File::Find;
-use File::Compare;
use File::Basename;
use File::Glob qw(:bsd_glob);
use File::Spec;
@@ -902,4 +900,3 @@ sub get_file_version {
}
}
-