[Piglit] [PATCH 3/9] backends/abstract.py: Remove unreachable code in abstract method
Dylan Baker
baker.dylan.c at gmail.com
Tue Sep 23 17:55:50 PDT 2014
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
framework/backends/abstract.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/framework/backends/abstract.py b/framework/backends/abstract.py
index 62df91b..137a7ba 100644
--- a/framework/backends/abstract.py
+++ b/framework/backends/abstract.py
@@ -92,7 +92,6 @@ class Backend(object):
written into the backend
"""
- self.dest = open(dest, 'w+')
@abc.abstractmethod
def finalize(self, metadata=None):
--
2.1.1
More information about the Piglit
mailing list