summaryrefslogtreecommitdiff
path: root/test/llcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/llcache.c')
-rw-r--r--test/llcache.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/test/llcache.c b/test/llcache.c
index 42abb24cb..850f0608c 100644
--- a/test/llcache.c
+++ b/test/llcache.c
@@ -37,20 +37,6 @@
bool verbose_log;
/* utils/utils.h */
-void die(const char * const error)
-{
- fprintf(stderr, "%s\n", error);
-
- exit(1);
-}
-
-/* utils/utils.h */
-void warn_user(const char *warning, const char *detail)
-{
- fprintf(stderr, "%s %s\n", warning, detail);
-}
-
-/* utils/utils.h */
char *filename_from_path(char *path)
{
char *leafname;