summaryrefslogtreecommitdiff
path: root/src/lib/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/utils.h')
-rw-r--r--src/lib/utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/utils.h b/src/lib/utils.h
index 64e2787..99a8efa 100644
--- a/src/lib/utils.h
+++ b/src/lib/utils.h
@@ -10,9 +10,6 @@ void dellist(tablist_t *list);
* and returns that mod TABLEN */
int hash(char *str);
-// clone: clones and returns a pointer to int
-int *clone(int n);
-
// copytab: copys table src into table dst
tablist_t *copytab(tablist_t *dst, tablist_t *src);