From: Antoine Pitrou Date: Tue, 10 Nov 2009 22:38:52 +0000 (+0000) Subject: Remove obsolete comment. X-Git-Tag: v3.2a1~2213 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aee355b7b54128ff17f8d642e3733b796e0ae7d5;p=python Remove obsolete comment. --- diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 51bd85bd3f..84813baee5 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 *