From 142a147500bed2ebd631844d49fb358e5ae4f02a Mon Sep 17 00:00:00 2001 From: Greg Wells Date: Tue, 6 May 2025 20:50:13 -0400 Subject: [PATCH] remove the comment of the old structure --- src/utils/gryphn_error_code.h | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/src/utils/gryphn_error_code.h b/src/utils/gryphn_error_code.h index af46cbf..3b364cd 100644 --- a/src/utils/gryphn_error_code.h +++ b/src/utils/gryphn_error_code.h @@ -1,26 +1,3 @@ -// #include -// #include -// #include -// #include - -// enum gnReturnCodeLevel { GN_FAILED = 0, GN_SUCCESS = 1 }; - -// inline gnString lastReturnCode = gnCreateString(); - -// typedef struct gnReturnCode { -// ACCESS_LEVEL: -// gnBool success; -// gnString returnCodeMessage = ""; -// public: -// bool operator==(gnReturnCodeLevel level) { return success; } -// gnReturnCode(gnReturnCodeLevel level, gnString message) : success(level), returnCodeMessage(message) { lastReturnCode = returnCodeMessage; } -// gnReturnCode(gnReturnCodeLevel level) : success(level) { lastReturnCode = returnCodeMessage; } -// gnReturnCode() { lastReturnCode = returnCodeMessage; } -// } gnErrorCode; - -// gnString gnGetErrorString(); -// static gnReturnCode gnReturnError(gnString errorMessage) { return { GN_FAILED, errorMessage }; } - #include "utils/strings/gryphn_string.h" typedef enum gnReturnCode {