summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2026-04-18 11:26:48 +0800
committerSadeep Madurange <sadeep@asciimx.com>2026-04-18 11:27:19 +0800
commit42db0341b2b5c05739d3f498f7cae7258fc88e69 (patch)
tree8ccf7be92e3ace8611abf770f40db3f78c4c2f14
parentd1f62af44e3b5584437fe1f47f1670d17bb7d11d (diff)
downloadurn-42db0341b2b5c05739d3f498f7cae7258fc88e69.tar.gz
Remove unused imports.
-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 {
}
}
-