Skip to content

Commit

Permalink
chore(scanner): remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed May 10, 2024
1 parent 8cd508b commit 7c46764
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xml/src/scanner.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ typedef Array(char) String;

typedef Array(String) Vector;

static inline uint32_t max(uint32_t a, uint32_t b) { return a > b ? a : b; }

static inline bool string_eq(String *a, String *b) {
if (a->size != b->size) {
return false;
Expand Down

0 comments on commit 7c46764

Please sign in to comment.