Skip to content

Commit

Permalink
python: Remove Python 2.4 compat macro
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Bartlett <[email protected]>
Reviewed-by: Garming Sam <[email protected]>
  • Loading branch information
abartlet authored and GSam committed Nov 20, 2017
1 parent 0da76af commit 3ba077f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libgpo/pygpo.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@

/* A Python C API module to use LIBGPO */

#ifndef Py_RETURN_NONE
#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
#endif

typedef struct {
PyObject_HEAD
TALLOC_CTX *frame;
Expand Down

0 comments on commit 3ba077f

Please sign in to comment.