]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tevent/pytevent: remove no-op define
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 1 Feb 2023 00:19:56 +0000 (13:19 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 3 Feb 2023 02:27:32 +0000 (02:27 +0000)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/tevent/pytevent.c

index 2d694b969e5dc79696cefb5ada78ffa15e1a5e6e..1af6f16c0fbbb5f8216b96bf58cf6fc09090200c 100644 (file)
@@ -26,7 +26,6 @@
 #include "replace.h"
 #include <tevent.h>
 
-#define PyLong_FromLong PyLong_FromLong
 
 /* discard signature of 'func' in favour of 'target_sig' */
 #define PY_DISCARD_FUNC_SIG(target_sig, func) (target_sig)(void(*)(void))func