Skip to content

Commit

Permalink
Fixed clang error
Browse files Browse the repository at this point in the history
  • Loading branch information
Melchizedek6809 committed Apr 25, 2024
1 parent f92cc73 commit 24873bb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ void lSymbolInit(){
lSymNotSupportedOnPlatform = lSymSM("not-supported-on-platform");
}

static inline int lSymIndex(const lSymbol *s){
return s - lSymbolList;
}

void lSymbolFree(lSymbol *s){
// WIP - should actualle free them in the future
(void)s;
Expand Down

0 comments on commit 24873bb

Please sign in to comment.