aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-09-26 12:27:13 -0700
committerGuy Harris <guy@alum.mit.edu>2014-09-26 19:28:03 +0000
commit6700a12a3c28cffa76fb96520265d0c0aa686260 (patch)
tree76641cc888cee1662fa4edaa16d2b84e8e94ff32 /tools
parent44551d39b8e3df9b5d40df8cc5e0c93cc397f399 (diff)
Update to current version from Samba Git repository.
Changes from Samba Git log: commit fac24e11655c554cd3113dfb6fc918a0fd3c880c Author: Michael Adam <obnox@samba.org> Date: Mon Aug 25 23:58:48 2014 +0200 pidl: remove superfluous "use lib ...". BUG: https://bugzilla.samba.org/show_bug.cgi?id=10472 Signed-off-by: Michael Adam <obnox@samba.org> Change-Id: I8a2460a9168ef5989e9f5e95b51cca73987b80a4 Reviewed-on: https://code.wireshark.org/review/4317 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/pidl/pidl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/pidl/pidl b/tools/pidl/pidl
index d16ee0215f..39fc562a9a 100755
--- a/tools/pidl/pidl
+++ b/tools/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 );