]> www.fi.muni.cz Git - slotcarman.git/commitdiff
SCX::Car - remove suprefluous module Time::HiRes
authorJan "Yenya" Kasprzak <kas@fi.muni.cz>
Sun, 13 Feb 2011 11:03:29 +0000 (12:03 +0100)
committerJan "Yenya" Kasprzak <kas@fi.muni.cz>
Sun, 13 Feb 2011 11:03:29 +0000 (12:03 +0100)
SCX/Car.pm

index 683a2cc77f22023c40249438a2d29ff4136694bc..86f78651cf9d328d1cf012818a15789a2f59a6ec 100644 (file)
@@ -3,7 +3,6 @@
 package SCX::Car;
 
 use strict;
-use Time::HiRes qw(gettimeofday);
 
 sub new {
        my ($class, $args) = @_;