[Piglit] [PATCH 5/5] status.py: remove Status.split()

Dylan Baker baker.dylan.c at gmail.com
Thu Jan 23 10:25:11 PST 2014


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 <baker.dylan.c at gmail.com>
---
 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



More information about the Piglit mailing list