diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-18 11:26:48 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-18 11:27:19 +0800 |
| commit | 42db0341b2b5c05739d3f498f7cae7258fc88e69 (patch) | |
| tree | 8ccf7be92e3ace8611abf770f40db3f78c4c2f14 /vcx | |
| parent | d1f62af44e3b5584437fe1f47f1670d17bb7d11d (diff) | |
| download | urn-42db0341b2b5c05739d3f498f7cae7258fc88e69.tar.gz | |
Remove unused imports.
Diffstat (limited to 'vcx')
| -rw-r--r-- | vcx | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 { } } - |
