pidl-waf: Remove unused variable pidl_src.
authorAndreas Schneider <asn@samba.org>
Fri, 28 Feb 2014 14:54:09 +0000 (15:54 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 6 Mar 2014 08:59:44 +0000 (09:59 +0100)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
pidl/wscript

index 7a25734663406e88d997212dddc6aa6458a726b5..05d9982adfecf44c79f44fd28e26dcb735c6561e 100644 (file)
@@ -26,9 +26,6 @@ def build(bld):
     if not bld.CONFIG_SET('HAVE_PERL_MAKEMAKER'):
         return
 
-    pidl_src = ['pidl']
-    pidl_src.extend(bld.path.ant_glob('lib/**/*.pm').split())
-
     pidl_manpages = {
         'pidl': 'man1/pidl.${PERLMAN1EXT}',
         'lib/Parse/Pidl/NDR.pm': 'man3/Parse::Pidl::NDR.${PERLMAN3EXT}',