]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
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>
Tue, 18 Nov 2014 20:09:04 +0000 (21:09 +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 2a46e92925c18eb7e7a0052fffad53ea0dcbf26f..8887be90b3e7613bc475adbafff94d65a3b544b4 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 );