Remove call to nonexisting function (relic from Python 2.x) under #ifdef __INSURE__. Issue 9844

This commit is contained in:
Eli Bendersky 2011-01-14 07:31:14 +00:00
parent cc75a86123
commit 07395914ca
1 changed files with 0 additions and 1 deletions

View File

@ -720,7 +720,6 @@ Py_Main(int argc, wchar_t **argv)
* trade off slower shutdown for less distraction in the memory
* reports. -baw
*/
_Py_ReleaseInternedStrings();
_Py_ReleaseInternedUnicodeStrings();
#endif /* __INSURE__ */