From fac24e11655c554cd3113dfb6fc918a0fd3c880c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 25 Aug 2014 23:58:48 +0200 Subject: [PATCH] pidl: remove superfluous "use lib ...". BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472 Signed-off-by: Michael Adam --- pidl/pidl | 1 - 1 file changed, 1 deletion(-) 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 ); -- 2.11.4.GIT