mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
bpo-29556: Remove unused #include <langinfo.h> (#98)
bltinmodule.c: Added inb744ba1and no longer necessary sinced64e8a7posixmodule.c: Added ind1cd4d4and no longer necessary sinceefb00c0pythonrun.c: Added in73d538band no longer necessary sinced600951sysmodule.c: Added in5467d4cand no longer necessary sincea2c17c5
This commit is contained in:
committed by
Victor Stinner
parent
85064db281
commit
72e81d00ee
@@ -33,10 +33,6 @@ extern void *PyWin_DLLhModule;
|
||||
extern const char *PyWin_DLLVersionString;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LANGINFO_H
|
||||
#include <langinfo.h>
|
||||
#endif
|
||||
|
||||
_Py_IDENTIFIER(_);
|
||||
_Py_IDENTIFIER(__sizeof__);
|
||||
_Py_IDENTIFIER(buffer);
|
||||
|
||||
Reference in New Issue
Block a user