From 4176dea8503cc8eebfa24b14aaefc3a8dc643230 Mon Sep 17 00:00:00 2001 From: s-over-4 Date: Tue, 29 Aug 2023 10:17:27 -0400 Subject: g --- src/token.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/token.c') diff --git a/src/token.c b/src/token.c index 41e7e0c..355a6dd 100644 --- a/src/token.c +++ b/src/token.c @@ -2,7 +2,6 @@ #include "include/token.h" -// token constructor token_t* token_init(int type, char* val) { token_t* token = calloc(1, sizeof(struct TOKEN_STRUC)); token->type = type; -- cgit v1.2.3