mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Removed three unused variables from the Windows code.
This commit is contained in:
parent
e56793557c
commit
325942adb4
1 changed files with 0 additions and 3 deletions
|
|
@ -728,14 +728,11 @@ new_mmap_object (PyObject * self, PyObject * args)
|
|||
{
|
||||
mmap_object * m_obj;
|
||||
unsigned long map_size;
|
||||
char * filename;
|
||||
int namelen;
|
||||
char * tagname = "";
|
||||
|
||||
DWORD dwErr = 0;
|
||||
int fileno;
|
||||
HFILE fh = 0;
|
||||
OFSTRUCT file_info;
|
||||
|
||||
/* Patch the object type */
|
||||
mmap_object_type.ob_type = &PyType_Type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue