summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2008-05-14 13:41:27 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2008-05-14 13:41:27 -0700
commita6c714e9b6a8471f428824a310dae8c9fccb2908 (patch)
tree04cd1b385c2ad7f135d43bb031ef0d7930b81b8e /scripts
parente1068de05de78e9a384b6f3740f8ee5bf5b3d41b (diff)
downloadvyatta-cfg-a6c714e9b6a8471f428824a310dae8c9fccb2908.tar.gz
vyatta-cfg-a6c714e9b6a8471f428824a310dae8c9fccb2908.zip
Remove unused dependencies
No longer need Tie or flock, these were used when dealing with watchlink
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-interfaces.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/vyatta-interfaces.pl b/scripts/vyatta-interfaces.pl
index aa82b78..de82edd 100755
--- a/scripts/vyatta-interfaces.pl
+++ b/scripts/vyatta-interfaces.pl
@@ -37,8 +37,6 @@ use VyattaMisc;
use Getopt::Long;
use POSIX;
use NetAddr::IP;
-use Tie::File;
-use Fcntl qw (:flock);
use strict;
use warnings;