pidl: remove superfluous "use lib ...".
authorMichael Adam <obnox@samba.org>
Mon, 25 Aug 2014 21:58:48 +0000 (23:58 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 17 Nov 2014 20:21:13 +0000 (21:21 +0100)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472

Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit fac24e11655c554cd3113dfb6fc918a0fd3c880c)

pidl/pidl

index c65092ee9ad9b13bb57af1c1457865d2484f62f3..b7dcc2a43cc2e020bd7deded1fa63d40caa85547 100755 (executable)
--- 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 );