diff options
author | Andreas Schneider <asn@samba.org> | 2014-02-28 15:54:09 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2014-03-06 09:59:44 +0100 |
commit | 0bb6b0102f6fa21e6c9f8010421386a660c5a5e0 (patch) | |
tree | ce2f8986d5445b805ebc6a5ff5feee9a316a7bba /pidl | |
parent | 1d954103f582cd219c939606a43112f4374531ff (diff) | |
download | samba-0bb6b0102f6fa21e6c9f8010421386a660c5a5e0.tar.gz |
pidl-waf: Remove unused variable pidl_src.
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'pidl')
-rw-r--r-- | pidl/wscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pidl/wscript b/pidl/wscript index 7a257346634..05d9982adfe 100644 --- a/pidl/wscript +++ b/pidl/wscript @@ -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}', |