]> git.samba.org - samba.git/commitdiff
pidl: remove superfluous "use lib ...".
authorMichael Adam <obnox@samba.org>
Mon, 25 Aug 2014 21:58:48 +0000 (23:58 +0200)
committerStefan Metzmacher <metze@samba.org>
Fri, 5 Sep 2014 17:47:06 +0000 (19:47 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472

Signed-off-by: Michael Adam <obnox@samba.org>
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 );