Skip to content

Commit

Permalink
refactor: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
werererer committed Dec 31, 2023
1 parent 139a4ee commit fe8f84d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/utils/coreUtils.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ typedef GPtrArray GPtrArray2D;
/* macros */
//NOLINTNEXTLINE
#define LENGTH(X) (sizeof X / sizeof X[0])
#define END(A) ((A) + LENGTH(A))
/* number of chars a string should contain */
#define ARR_STRING_LENGTH(X) strlen(X) + 2*(strlen("[]") + NUM_DIGITS)

// those constants are arbitrary and are bound to change
#define MAXLEN 15
Expand Down

0 comments on commit fe8f84d

Please sign in to comment.