remove unused code after subproject conversion to typed_kwargs

This should have been removed in commit
4a2058cb83 but was forgotten.
pull/10083/head
Eli Schwartz 3 years ago
parent 8434fb1409
commit 6ddba5c542
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      mesonbuild/interpreter/interpreter.py

@ -796,8 +796,6 @@ external dependencies (including libraries) must go to "dependencies".''')
def func_option(self, nodes, args, kwargs):
raise InterpreterException('Tried to call option() in build description file. All options must be in the option file.')
@FeatureNewKwargs('subproject', '0.38.0', ['default_options'])
@permittedKwargs({'version', 'default_options', 'required'})
@typed_pos_args('subproject', str)
@typed_kwargs(
'subproject',

Loading…
Cancel
Save