joined from testing (no tmp file for index)
authorHeiko Schlittermann (JUMPER) <hs@schlittermann.de>
Mon, 01 Aug 2011 00:02:32 +0200
changeset 47 9a717ec183a2
parent 44 f1fea4381014 (diff)
parent 46 8b655cc9bd27 (current diff)
child 48 f43084e0ef0a
child 49 37e863785ccc
joined from testing (no tmp file for index)
bin/imager.save
--- a/bin/imager.save	Sun Jul 31 23:54:57 2011 +0200
+++ b/bin/imager.save	Mon Aug 01 00:02:32 2011 +0200
@@ -35,7 +35,6 @@
     blocksize => BS,
     pass      => undef,
     comment   => undef,
-    threads   => undef,
 );
 lock_keys(%o);
 
@@ -51,7 +50,6 @@
                 -noperldoc => system("perldoc -V >/dev/null 2>&1")
             );
         },
-        "t|threads:i"  => sub { $o{threads}  = $_[1] ? $_[1] : 2 },
         "c|comment=s"  => \$o{comment},
         "z|compress:i" => sub { $o{compress} = $_[1] ? $_[1] : Z_BEST_SPEED },
         "p|pass=s"      => \$o{pass},