Skip to content

Commit

Permalink
Remove some unused defines in multiprocessing.h. (pythonGH-15661)
Browse files Browse the repository at this point in the history
It looks like they are unused since
87cf220.
  • Loading branch information
sir-sigurd authored and serhiy-storchaka committed Sep 7, 2019
1 parent 3ccdbc3 commit 32f8253
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Modules/_multiprocessing/multiprocessing.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@
# include <semaphore.h>
typedef sem_t *SEM_HANDLE;
# endif
# define HANDLE int
# define SOCKET int
# define BOOL int
# define UINT32 uint32_t
# define INT32 int32_t
# define TRUE 1
# define FALSE 0
# define INVALID_HANDLE_VALUE (-1)
#endif

/*
Expand Down Expand Up @@ -72,8 +64,6 @@
# define T_HANDLE T_POINTER
# define F_SEM_HANDLE F_HANDLE
# define T_SEM_HANDLE T_HANDLE
# define F_DWORD "k"
# define T_DWORD T_ULONG
#else
# define F_HANDLE "i"
# define T_HANDLE T_INT
Expand Down

0 comments on commit 32f8253

Please sign in to comment.