aboutsummaryrefslogtreecommitdiff
path: root/include/name_from_url.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/name_from_url.hh')
-rw-r--r--include/name_from_url.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/name_from_url.hh b/include/name_from_url.hh
deleted file mode 100644
index 6f8723b..0000000
--- a/include/name_from_url.hh
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifndef NAME_FROM_URL
-#define NAME_FROM_URL
-
-#include <string>
-std::string name_from_url(std::string url);
-
-#endif