We dont need $NOW anymore
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Tue, 16 Aug 2011 11:10:16 +0200
changeset 60 5c07e27687f2
parent 58 f837948e43a4
child 61 38b3bff416ba
We dont need $NOW anymore
bin/imager.save
--- a/bin/imager.save	Tue Aug 16 11:04:58 2011 +0200
+++ b/bin/imager.save	Tue Aug 16 11:10:16 2011 +0200
@@ -38,8 +38,6 @@
 );
 lock_keys(%o);
 
-my $NOW = time();
-
 MAIN: {
     GetOptions(
         "h|help" => sub { pod2usage(-verbose => 1, exit => 0) },