remove unused line

This commit is contained in:
holger krekel 2013-12-05 14:40:50 +01:00
parent 98c6ced46e
commit 4b9dbd3920
1 changed files with 0 additions and 2 deletions

View File

@ -1081,8 +1081,6 @@ class FixtureRequest(FuncargnamesCompatAttr):
def __init__(self, pyfuncitem):
self._pyfuncitem = pyfuncitem
if hasattr(pyfuncitem, '_requestparam'):
self.param = pyfuncitem._requestparam
#: fixture for which this request is being performed
self.fixturename = None
#: Scope string, one of "function", "cls", "module", "session"