From 254cdaf6a8cc123a6113eb3d609b748bda7076c9 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Tue, 28 Sep 2010 23:04:33 -0700 Subject: [PATCH] no longer importing functions I'm not using --- feedGnuplot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feedGnuplot.pl b/feedGnuplot.pl index 4516d27..9224fb8 100755 --- a/feedGnuplot.pl +++ b/feedGnuplot.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl -w use strict; use Getopt::Long; -use Time::HiRes qw( usleep gettimeofday tv_interval); +use Time::HiRes qw( usleep ); use IO::Handle; use List::MoreUtils qw( first_index ); use Data::Dumper;