about summary refs log tree commit diff stats
path: root/tests/unittests/tools/stub_http_common.c
diff options
context:
space:
mode:
authorWilliam Wennerström <william@wstrm.dev>2020-07-21 13:11:50 +0200
committerWilliam Wennerström <william@wstrm.dev>2020-11-16 21:58:10 +0100
commit1bb6cecee69d5167220a18cc4c125c215784de66 (patch)
treeb5632677f0cf1da803cb73fc3575ac34df834a5b /tests/unittests/tools/stub_http_common.c
parentbe62b446f778ba6c064d6e054dfb7b5eacb1f1ae (diff)
downloadprofani-tty-1bb6cecee69d5167220a18cc4c125c215784de66.tar.gz
Fix stubs and move some tests to http_common
Diffstat (limited to 'tests/unittests/tools/stub_http_common.c')
-rw-r--r--tests/unittests/tools/stub_http_common.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/unittests/tools/stub_http_common.c b/tests/unittests/tools/stub_http_common.c
deleted file mode 100644
index 23e0a23f..00000000
--- a/tests/unittests/tools/stub_http_common.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef TOOLS_HTTP_COMMON_H
-#define TOOLS_HTTP_COMMON_H
-
-typedef struct prof_win_t ProfWin;
-
-char*
-http_basename_from_url(const char* url)
-{
-    return "";
-}
-
-void http_print_transfer(ProfWin* window, char* url, const char* fmt, ...);
-void http_print_transfer_update(ProfWin* window, char* url,
-                                const char* fmt, ...);
-
-#endif