diff options
Diffstat (limited to 'include/bedbug/bedbug.h')
| -rw-r--r-- | include/bedbug/bedbug.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/include/bedbug/bedbug.h b/include/bedbug/bedbug.h index 471215ee0..0c5d687f8 100644 --- a/include/bedbug/bedbug.h +++ b/include/bedbug/bedbug.h @@ -21,8 +21,6 @@  #endif  #endif -#define assert( condition ) if( (condition) ) _exit(0) -  #endif /* _BEDBUG_H */ |