diff options
Diffstat (limited to 'libcommon/url.h')
-rw-r--r-- | libcommon/url.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libcommon/url.h b/libcommon/url.h deleted file mode 100644 index bd60616..0000000 --- a/libcommon/url.h +++ /dev/null @@ -1,6 +0,0 @@ -#pragma once - -#include <string> - -std::string urlDecode(std::string s); - |