diff options
author | 2012-08-04 14:26:02 +0000 | |
---|---|---|
committer | 2012-08-04 14:26:02 +0000 | |
commit | 3b7de040dd8f08370e000b72e5ebd6ade994eefb (patch) | |
tree | c7ebe62e1b7abaa3d962422b98ea0281074bfeb3 | |
parent | Also log the file(s) we manually merged/installed as it's important (diff) | |
download | wireguard-openbsd-3b7de040dd8f08370e000b72e5ebd6ade994eefb.tar.xz wireguard-openbsd-3b7de040dd8f08370e000b72e5ebd6ade994eefb.zip |
zap nonsense code
-rw-r--r-- | usr.bin/libtool/LT/Mode/Link.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/libtool/LT/Mode/Link.pm b/usr.bin/libtool/LT/Mode/Link.pm index acd807f8a76..3c03848b121 100644 --- a/usr.bin/libtool/LT/Mode/Link.pm +++ b/usr.bin/libtool/LT/Mode/Link.pm @@ -1,5 +1,5 @@ # ex:ts=8 sw=4: -# $OpenBSD: Link.pm,v 1.20 2012/07/18 09:33:16 espie Exp $ +# $OpenBSD: Link.pm,v 1.21 2012/08/04 14:26:02 espie Exp $ # # Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org> # Copyright (c) 2012 Marc Espie <espie@openbsd.org> @@ -186,9 +186,6 @@ sub run } tsay {"linkmode: $linkmode"}; - # eat multiple version-info arguments, we only accept the first. - map { $_ = '' if ($_ =~ m/\d+:\d+:\d+/); } @ARGV; - my @objs; my @sobjs; if ($gp->objectlist) { |