From be8f26b069de778474eb634dcf3f53f5ec133002 Mon Sep 17 00:00:00 2001 From: Hampus Date: Wed, 5 Jan 2022 21:57:09 +0100 Subject: refactor: delete unused utility function --- src/utils.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 049e583..2f36034 100644 --- a/src/utils.h +++ b/src/utils.h @@ -1,13 +1,6 @@ #ifndef UTILS_H #define UTILS_H -/** - * Returns whether or not a string is a number. - * - * @param str A string - */ -int is_number(char *str); - /** * Safely allocates memory to the heap. * -- cgit v1.2.3-18-g5258