From a6c714e9b6a8471f428824a310dae8c9fccb2908 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 14 May 2008 13:41:27 -0700 Subject: Remove unused dependencies No longer need Tie or flock, these were used when dealing with watchlink --- scripts/vyatta-interfaces.pl | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') 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; -- cgit v1.2.3