This was used in development of the status class, but is not used in any production code. Since it's not needed it should be removed.
Signed-off-by: Dylan Baker <[email protected]> --- framework/status.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/framework/status.py b/framework/status.py index fda2e58..c781fd3 100644 --- a/framework/status.py +++ b/framework/status.py @@ -107,9 +107,6 @@ class Status(object): def __init__(self): raise NotImplementedError - def split(self, spliton): - return (self.name.split(spliton)) - def __repr__(self): return self.name -- 1.8.5.3 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
