about summary refs log tree commit diff stats
path: root/tests/unittests/tools
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2017-02-05 21:09:03 +0000
committerJames Booth <boothj5@gmail.com>2017-02-05 21:09:03 +0000
commit286fecf38d218d10366f025faf7cffcb425e19f4 (patch)
tree331a61f379d7513c8bc9d6db0d852e5fdb0518aa /tests/unittests/tools
parentc405367dfeb3c23bac192a170501e569be934f26 (diff)
downloadprofani-tty-286fecf38d218d10366f025faf7cffcb425e19f4.tar.gz
Allow installing plugins from directory
Diffstat (limited to 'tests/unittests/tools')
-rw-r--r--tests/unittests/tools/stub_http_upload.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unittests/tools/stub_http_upload.c b/tests/unittests/tools/stub_http_upload.c
index c0b4e979..508d3f8b 100644
--- a/tests/unittests/tools/stub_http_upload.c
+++ b/tests/unittests/tools/stub_http_upload.c
@@ -24,6 +24,5 @@ void* http_file_put(void *userdata) {}
 
 char* file_mime_type(const char* const file_name) {}
 off_t file_size(const char* const file_name) {}
-int is_regular_file(const char *filename) {}
 
 #endif