diff --git a/mesonbuild/mconf.py b/mesonbuild/mconf.py index b0e44e967..d03e6487e 100644 --- a/mesonbuild/mconf.py +++ b/mesonbuild/mconf.py @@ -125,9 +125,6 @@ class Conf: def clear_cache(self) -> None: self.coredata.clear_cache() - def set_options(self, options: T.Dict[OptionKey, str]) -> bool: - return self.coredata.set_options(options) - def save(self) -> None: # Do nothing when using introspection if self.default_values_only: