enum side_error is actually used
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Nov 2023 19:34:58 +0000 (14:34 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Nov 2023 19:34:58 +0000 (14:34 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/side/trace.h

index 329bec194376e656c4e73b54974015d02c2fa85a..fc51ec617691c296046e716825ffc2f00742be8a 100644 (file)
@@ -211,7 +211,6 @@ enum side_visitor_status {
        SIDE_VISITOR_STATUS_ERROR = -1,
 };
 
-//TODO: side_error enum is currently unused.
 enum side_error {
        SIDE_ERROR_OK = 0,
        SIDE_ERROR_INVAL = 1,
This page took 0.041841 seconds and 4 git commands to generate.