summaryrefslogtreecommitdiffstats
path: root/lib/ntdb/pyntdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ntdb/pyntdb.c')
-rw-r--r--lib/ntdb/pyntdb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/ntdb/pyntdb.c b/lib/ntdb/pyntdb.c
index cbe7ae81fa..b2a1f0cbc1 100644
--- a/lib/ntdb/pyntdb.c
+++ b/lib/ntdb/pyntdb.c
@@ -29,10 +29,6 @@
#include "replace.h"
#include "system/filesys.h"
-#ifndef Py_RETURN_NONE
-#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
-#endif
-
/* Include ntdb headers */
#include <ntdb.h>