diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-09 13:58:45 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-15 17:37:20 +0200 |
commit | 3eb958c202b4f85907d989e8de86874706ffe98a (patch) | |
tree | ae51351ec5790b8d989bcaac6324ba911cdc4192 /source4/pidl/lib | |
parent | 22cd65b16f8822bdad4e58ea1aa8bb0bbb8d73c8 (diff) | |
download | samba-3eb958c202b4f85907d989e8de86874706ffe98a.tar.gz samba-3eb958c202b4f85907d989e8de86874706ffe98a.tar.bz2 samba-3eb958c202b4f85907d989e8de86874706ffe98a.zip |
Remove unused imports.
Diffstat (limited to 'source4/pidl/lib')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm b/source4/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm index d2ab407eb0..2a23fad4a7 100644 --- a/source4/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm +++ b/source4/pidl/lib/Parse/Pidl/Samba3/ClientNDR.pm @@ -13,9 +13,7 @@ use Exporter; use strict; use Parse::Pidl qw(fatal warning); -use Parse::Pidl::Typelist qw(hasType getType mapTypeName scalar_is_reference); -use Parse::Pidl::Util qw(has_property is_constant ParseExpr); -use Parse::Pidl::NDR qw(GetPrevLevel GetNextLevel ContainsDeferred); +use Parse::Pidl::Util qw(has_property ParseExpr); use Parse::Pidl::Samba4 qw(DeclLong); use Parse::Pidl::Samba4::Header qw(GenerateFunctionInEnv); |