summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2014-08-25 23:58:48 +0200
committerStefan Metzmacher <metze@samba.org>2014-09-05 19:47:06 +0200
commitfac24e11655c554cd3113dfb6fc918a0fd3c880c (patch)
tree282836653a1c971b69a302ac7af42e35c3952a11 /pidl
parentb537c5a340bae2accbf35a4ec5eab7074b90f0b1 (diff)
downloadsamba-fac24e11655c554cd3113dfb6fc918a0fd3c880c.tar.gz
pidl: remove superfluous "use lib ...".
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472 Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'pidl')
-rwxr-xr-xpidl/pidl1
1 files changed, 0 insertions, 1 deletions
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 );