From 625184335f6898a573d7e24040d3e94bc9ab0c8e Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Fri, 9 May 2025 11:50:02 +0200 Subject: [PATCH] mconf: remove dead function This was the pre-refactoring implementation of `-D`, which is now unused. Signed-off-by: Paolo Bonzini --- mesonbuild/mconf.py | 3 --- 1 file changed, 3 deletions(-) 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: