From ef5709d30b3647dacb8ce3ec7e4e0f9dd922ffa7 Mon Sep 17 00:00:00 2001 From: hpk Date: Sun, 21 Sep 2008 19:51:44 +0200 Subject: [PATCH] [svn r58311] remove dead code. --HG-- branch : trunk --- py/test/collect.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/py/test/collect.py b/py/test/collect.py index db6d67d87..9edad0c3d 100644 --- a/py/test/collect.py +++ b/py/test/collect.py @@ -500,9 +500,6 @@ def getrelpath(curdir, dest): return dest -def depwarn(msg): - APIWARN("1.0", msg, stacklevel=2) - def warnoldcollect(): APIWARN("1.0", "implement collector.collect() instead of "