mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
Remove unused imports.
This commit is contained in:
parent
22cd65b16f
commit
3eb958c202
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user