aboutsummaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
authorHampus <hampus@hampusmat.com>2022-01-05 21:57:09 +0100
committerHampus <hampus@hampusmat.com>2022-01-05 21:57:09 +0100
commitbe8f26b069de778474eb634dcf3f53f5ec133002 (patch)
tree5d294a22a4e0b5aecb13b566fec1dbc1a465742a /src/utils.h
parentdc78467ebc7df9bfad81ed6e30f74139440ab159 (diff)
refactor: delete unused utility function
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/utils.h b/src/utils.h
index 049e583..2f36034 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -2,13 +2,6 @@
#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.
*
* @param amount The amount of memory to allocate