From 7fafcd344df3dc46ec4091e32cd93324077afe75 Mon Sep 17 00:00:00 2001 From: Aidan Hahn Date: Sun, 27 Feb 2022 20:48:03 -0800 Subject: [PATCH] Remove code I dont need Signed-off-by: Aidan Hahn --- alog.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/alog.h b/alog.h index af11965..086cc28 100644 --- a/alog.h +++ b/alog.h @@ -17,15 +17,6 @@ #ifndef ALOG_H #define ALOG_H -// gimmie booleans -#ifndef true -#define true 1 -#endif - -#ifndef false -#define false 0 -#endif - struct _global_logging_state { // if set calls to alog will print to all fds in both err and out lists int broadcast_to_all_fds : 1;