From: Michael Adam Date: Mon, 25 Aug 2014 21:58:48 +0000 (+0200) Subject: pidl: remove superfluous "use lib ...". X-Git-Tag: tdb-1.3.1~108 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=fac24e11655c554cd3113dfb6fc918a0fd3c880c;p=samba.git pidl: remove superfluous "use lib ...". BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472 Signed-off-by: Michael Adam --- diff --git a/pidl/pidl b/pidl/pidl index c65092ee9ad..b7dcc2a43cc 100755 --- a/pidl/pidl +++ b/pidl/pidl @@ -404,7 +404,6 @@ pidl README by Andrew Tridgell. use strict; use FindBin qw($RealBin $Script); use lib "$RealBin/lib"; -use lib "$RealBin/../share/perl5"; use Getopt::Long; use File::Basename; use Parse::Pidl qw ( $VERSION );