mconf: remove dead function

This was the pre-refactoring implementation of `-D`, which is now unused.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2025-05-09 11:50:02 +02:00 committed by Eli Schwartz
parent e71d1dc6c3
commit 625184335f
1 changed files with 0 additions and 3 deletions

View File

@ -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: