From fb8311e48f5ee4a4d11299ee7aadabca581eb1da Mon Sep 17 00:00:00 2001 From: Omar Polo Date: Mon, 17 Jun 2024 20:47:24 +0000 Subject: replace asserts with error returns --- gmid.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'gmid.h') diff --git a/gmid.h b/gmid.h index 7cb8de1..8c8ec7c 100644 --- a/gmid.h +++ b/gmid.h @@ -34,7 +34,6 @@ #include #include #include -#include #include @@ -60,8 +59,6 @@ #define GMID_VERSION "gmid/" VERSION -#define ASSERT_MSG(expr, msg) assert(((void)msg, (expr))) - #define GEMINI_URL_LEN (1024+3) /* URL max len + \r\n + \0 */ #define SUCCESS 20 -- cgit v1.2.3