From aee355b7b54128ff17f8d642e3733b796e0ae7d5 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Tue, 10 Nov 2009 22:38:52 +0000 Subject: Remove obsolete comment. --- Python/sysmodule.c | 1 - 1 file changed, 1 deletion(-) (limited to 'Python/sysmodule.c') diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 51bd85bd3f8..84813baee5d 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -448,7 +448,6 @@ Return the profiling function set with sys.setprofile.\n\ See the profiler chapter in the library manual." ); -/* TODO: deprecate */ static int _check_interval = 100; static PyObject * -- cgit v1.2.3