From 48c9071d6315eb03f285e6b0be0989ba4354bf68 Mon Sep 17 00:00:00 2001 From: John Spray Date: Mon, 9 Apr 2018 15:30:50 -0400 Subject: [PATCH] mgr: remove dead update_perf_schema fn definition Signed-off-by: John Spray --- src/pybind/mgr/mgr_module.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/pybind/mgr/mgr_module.py b/src/pybind/mgr/mgr_module.py index 01745fff2934c..00a9efdb22e82 100644 --- a/src/pybind/mgr/mgr_module.py +++ b/src/pybind/mgr/mgr_module.py @@ -255,17 +255,6 @@ class MgrModule(ceph_module.BaseMgrModule): def __del__(self): unconfigure_logger(self, self.module_name) - def update_perf_schema(self, daemon_type, daemon_name): - """ - For plugins that use get_all_perf_counters, call this when - receiving a notification of type 'perf_schema_update', to - prompt MgrModule to update its cache of counter schemas. - - :param daemon_type: - :param daemon_name: - :return: - """ - @property def log(self): return self._logger -- 2.39.5