diff --git a/ceilometer/plugin.py b/ceilometer/plugin.py index f19807dd2..834027c2c 100644 --- a/ceilometer/plugin.py +++ b/ceilometer/plugin.py @@ -36,13 +36,6 @@ class PluginBase(object): """Base class for all plugins. """ - @staticmethod - def is_enabled(): - """Return boolean indicating whether this plugin should - be enabled and used by the caller. - """ - return True - class NotificationBase(PluginBase): """Base class for plugins that support the notification API."""