Remove dead Windows code which no longer will compile.

This commit is contained in:
Brett Cannon 2012-05-04 16:04:14 -04:00
parent a6685e8d36
commit 6b9b727695
4 changed files with 0 additions and 154 deletions

View file

@ -1150,12 +1150,6 @@ PyImport_GetImporter(PyObject *path) {
}
#ifdef MS_COREDLL
extern FILE *_PyWin_FindRegisteredModule(PyObject *, struct filedescr **,
PyObject **p_path);
#endif
static int init_builtin(PyObject *); /* Forward */
/* Initialize a built-in module.