diff options
-rw-r--r-- | Python/sysmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 51bd85b..84813ba 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 * |