Fix compiler warning

This commit is contained in:
Kovid Goyal 2020-10-02 11:55:38 +05:30
parent 3d41252817
commit 5c7b4b340a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -54,10 +54,6 @@ wherever possible in this module.
#include <stdarg.h>
#include <time.h>
#define PyStructSequence_GET_ITEM(op, i) \
(((PyStructSequence *)(op))->ob_item[i])
#define BUFSIZE 512
#define MAX_DRIVES 26
static BOOL DEBUG = FALSE;