Skip to content

Commit

Permalink
Removed three unused variables from the Windows code.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Mar 31, 2000
1 parent e567935 commit 325942a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Modules/mmapmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 325942a

Please sign in to comment.