Skip to content

Commit a551e24

Browse files
committed
Remove unecessary defines
1 parent 23b35bf commit a551e24

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/utils/hsdis/hsdis.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@
7575

7676
#include "hsdis.h"
7777

78-
#ifndef bool
79-
#define bool int
80-
#define true 1
81-
#define false 0
82-
#endif /*bool*/
83-
8478
/* short names for stuff in hsdis.h */
8579
typedef decode_instructions_event_callback_ftype event_callback_t;
8680
typedef decode_instructions_printf_callback_ftype printf_callback_t;

0 commit comments

Comments
 (0)