[py-svn] r58311 - py/trunk/py/test

hpk at codespeak.net hpk at codespeak.net
Sun Sep 21 19:51:46 CEST 2008


Author: hpk
Date: Sun Sep 21 19:51:44 2008
New Revision: 58311

Modified:
   py/trunk/py/test/collect.py
Log:
remove dead code.


Modified: py/trunk/py/test/collect.py
==============================================================================
--- py/trunk/py/test/collect.py	(original)
+++ py/trunk/py/test/collect.py	Sun Sep 21 19:51:44 2008
@@ -500,9 +500,6 @@
         return dest
 
 
-def depwarn(msg):
-    APIWARN("1.0", msg, stacklevel=2)
-
 def warnoldcollect():
     APIWARN("1.0", 
         "implement collector.collect() instead of "



More information about the pytest-commit mailing list