diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-10 22:38:52 +0000 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-10 22:38:52 +0000 |
commit | d6518315e45d04e0b1b3c5ed211424c56811f33a (patch) | |
tree | a2dad6dc9c3662050ffeb55202ace7dda8e346bd /Python/sysmodule.c | |
parent | 23aa0c3be4f4a761e0d3f63a0a081f17d87266de (diff) | |
download | cpython-d6518315e45d04e0b1b3c5ed211424c56811f33a.tar.gz |
Remove obsolete comment.
Diffstat (limited to 'Python/sysmodule.c')
-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 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 * |