interpreter: remove duplicate permittedKwargs
func_generator already has typed_kwargs, it doesn't need both.
This commit is contained in:
parent
d9c32f32d1
commit
0f6d6c914a
|
@ -1711,8 +1711,6 @@ This will become a hard error in the future.''' % kwargs['input'], location=self
|
|||
self.add_target(name, tg)
|
||||
return tg
|
||||
|
||||
@permittedKwargs({'arguments', 'output', 'depends', 'depfile', 'capture',
|
||||
'preserve_path_from'})
|
||||
@typed_pos_args('generator', (build.Executable, ExternalProgram))
|
||||
@typed_kwargs(
|
||||
'generator',
|
||||
|
|
Loading…
Reference in New Issue