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:
parent
e71d1dc6c3
commit
625184335f
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue