diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-10 22:38:52 (GMT) |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-11-10 22:38:52 (GMT) |
| commit | aee355b7b54128ff17f8d642e3733b796e0ae7d5 (patch) | |
| tree | be5a6bb1d71a76eccfcdebafb27c5e42e55f31ea | |
| parent | 383c3d6bb2222b9824c6094472c932de092feac2 (diff) | |
| download | cpython-aee355b7b54128ff17f8d642e3733b796e0ae7d5.zip cpython-aee355b7b54128ff17f8d642e3733b796e0ae7d5.tar.gz cpython-aee355b7b54128ff17f8d642e3733b796e0ae7d5.tar.bz2 | |
Remove obsolete comment.
| -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 * |
