From 5c7b4b340a03f2cbbda91c1af188ae4eb63ba165 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 2 Oct 2020 11:55:38 +0530 Subject: [PATCH] Fix compiler warning --- src/calibre/utils/windows/winutil.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/calibre/utils/windows/winutil.c b/src/calibre/utils/windows/winutil.c index 0b433b7831..70d7d158b5 100644 --- a/src/calibre/utils/windows/winutil.c +++ b/src/calibre/utils/windows/winutil.c @@ -54,10 +54,6 @@ wherever possible in this module. #include #include -#define PyStructSequence_GET_ITEM(op, i) \ - (((PyStructSequence *)(op))->ob_item[i]) - - #define BUFSIZE 512 #define MAX_DRIVES 26 static BOOL DEBUG = FALSE;