From 0457119acb36b89b6f2f4534fe8ad94b19540bbd Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Fri, 2 Dec 2022 12:18:57 +0800 Subject: Refactor --- util.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'util.h') diff --git a/util.h b/util.h index c0f0214..850a245 100644 --- a/util.h +++ b/util.h @@ -3,9 +3,6 @@ #ifndef __UTIL_H #define __UTIL_H -#define ERROR -1 -#define OK 0 - void panic(const char *); int setblocking(int fd, bool blocking); -- cgit v1.2.3