mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-28 23:43:39 +02:00
Fix compiler warning
This commit is contained in:
parent
3d41252817
commit
5c7b4b340a
1 changed files with 0 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue