From 2c4d5175d6db96827a21b16ff218b97b3eb249e2 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 11 Sep 2017 16:31:50 -0400 Subject: Remove unused intf_match This base class member is unused and appears to be dead code. Remove. Change-Id: Iafdab0e28fdf15bb38f9713ae098d654d05c5b4e Signed-off-by: Brad Bishop --- module/obmc/wsgi/apps/rest_dbus.py | 1 - 1 file changed, 1 deletion(-) (limited to 'module') diff --git a/module/obmc/wsgi/apps/rest_dbus.py b/module/obmc/wsgi/apps/rest_dbus.py index 91f7f8c..4e5df53 100644 --- a/module/obmc/wsgi/apps/rest_dbus.py +++ b/module/obmc/wsgi/apps/rest_dbus.py @@ -172,7 +172,6 @@ class RouteHandler(object): self._verbs = obmc.utils.misc.makelist(verbs) self._rules = rules self._content_type = content_type - self.intf_match = obmc.utils.misc.org_dot_openbmc_match if 'GET' in self._verbs: self._verbs = list(set(self._verbs + ['HEAD'])) -- cgit v1.2.1