From 6afe3cc8ec6c009a43950bdbe138cbc2d7a88a4d Mon Sep 17 00:00:00 2001 From: = Date: Thu, 5 May 2022 15:23:47 +0200 Subject: Quality of life changes --- parser.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'parser.h') diff --git a/parser.h b/parser.h index 7f1854b..2614615 100644 --- a/parser.h +++ b/parser.h @@ -10,12 +10,8 @@ typedef enum { } metaCommandStatus; -uint16_t len(const char *s); - -bool sameStr(const char* s1, const char *s2); - int handleMetaCommand(inputBuffer *in); int handleInput(inputBuffer *in); -#endif \ No newline at end of file +#endif -- cgit v1.2.3