diff options
author | Mike Pagano <mpagano@gentoo.org> | 2022-07-24 13:16:34 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2022-07-24 13:16:34 -0400 |
commit | 9cbb6db8dc2f6736db85ac42bdb4d17a6bc7789e (patch) | |
tree | d473f20c425223c1771e0d6978648e4e71159586 | |
parent | Let's not confuse users by directing them to two different (diff) | |
download | linux-patches-9cbb6db8dc2f6736db85ac42bdb4d17a6bc7789e.tar.gz linux-patches-9cbb6db8dc2f6736db85ac42bdb4d17a6bc7789e.tar.bz2 linux-patches-9cbb6db8dc2f6736db85ac42bdb4d17a6bc7789e.zip |
Addtional clean-up of the mistake of trying to support
two websites
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rwxr-xr-x | web/email-announcement.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/email-announcement.pl b/web/email-announcement.pl index 4364fde1..011e15fe 100755 --- a/web/email-announcement.pl +++ b/web/email-announcement.pl @@ -8,7 +8,6 @@ $tag = shift; $kernel_name = shift; $LOCAL_TMP = shift; $REMOTE_BASE = shift; -$USERNAME = shift; if ($tag =~ m/(2\.6\.\d+)-(\d+)/) { $ver = $1; |