cleanup(falco): remove decode_uri as it is no longer used

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra
2023-11-29 14:36:40 +00:00
committed by poiana
parent c5364be191
commit 6411eed4a7
3 changed files with 0 additions and 96 deletions

View File

@@ -52,8 +52,6 @@ void readfile(const std::string& filename, std::string& data);
uint32_t hardware_concurrency();
std::string decode_uri(const std::string& str, bool plus_as_space);
namespace network
{
static const std::string UNIX_SCHEME("unix://");