diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-07-16 09:27:43 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-07-16 09:27:43 +0000 |
commit | 825807cd449f7fd474e33e2fee009b384292daa6 (patch) | |
tree | efe6ea7b71e0442b9310a0e741db22e19393f2ac | |
parent | f72c5dcc567118c50611dd744241e246c7583e1e (diff) | |
download | mga-youri-submit-825807cd449f7fd474e33e2fee009b384292daa6.tar mga-youri-submit-825807cd449f7fd474e33e2fee009b384292daa6.tar.gz mga-youri-submit-825807cd449f7fd474e33e2fee009b384292daa6.tar.bz2 mga-youri-submit-825807cd449f7fd474e33e2fee009b384292daa6.tar.xz mga-youri-submit-825807cd449f7fd474e33e2fee009b384292daa6.zip |
remove unused variable
-rw-r--r-- | lib/Youri/Submit/Post/Genhdlist2.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Youri/Submit/Post/Genhdlist2.pm b/lib/Youri/Submit/Post/Genhdlist2.pm index e9c3e24..4fc269f 100644 --- a/lib/Youri/Submit/Post/Genhdlist2.pm +++ b/lib/Youri/Submit/Post/Genhdlist2.pm @@ -35,7 +35,6 @@ sub run { my ($self, $repository, $target, $define) = @_; croak "Not a class method" unless ref $self; my $root = $repository->get_install_root(); - (undef, undef, my $hour) = gmtime(time); my @changed = @{$repository->get_install_dir_changed($target)}; if (!@changed) { print "nothing to do\n"; |