summaryrefslogtreecommitdiff
path: root/source4/build/pidl/Parse/Pidl.pm
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/pidl/Parse/Pidl.pm')
-rw-r--r--source4/build/pidl/Parse/Pidl.pm16
1 files changed, 0 insertions, 16 deletions
diff --git a/source4/build/pidl/Parse/Pidl.pm b/source4/build/pidl/Parse/Pidl.pm
deleted file mode 100644
index 465f3409ad..0000000000
--- a/source4/build/pidl/Parse/Pidl.pm
+++ /dev/null
@@ -1,16 +0,0 @@
-###################################################
-# package to parse IDL files and generate code for
-# rpc functions in Samba
-# Copyright tridge@samba.org 2000-2003
-# Copyright jelmer@samba.org 2005
-# released under the GNU GPL
-
-package Parse::Pidl;
-
-use strict;
-
-use vars qw ( $VERSION );
-
-$VERSION = '0.01';
-
-1;