From a5b76167dedf4d15211a216c3ca7b98e3cec33b8 Mon Sep 17 00:00:00 2001 From: Tal Einat Date: Sun, 6 Jan 2019 10:10:34 +0200 Subject: remove doc-string declaration no longer used after AC conversion (GH-11444) --- Python/sysmodule.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 4150fbbbd9..10707fd23f 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -1594,10 +1594,6 @@ sys__clear_type_cache_impl(PyObject *module) Py_RETURN_NONE; } -PyDoc_STRVAR(sys_clear_type_cache__doc__, -"_clear_type_cache() -> None\n\ -Clear the internal type lookup cache."); - /*[clinic input] sys.is_finalizing -- cgit v1.2.1