From 9577412d9ea70d02aa212b27d89567e41d7ce8f5 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 23 Sep 2024 10:27:07 +0200 Subject: update --- HTTPFile.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'HTTPFile.cpp') diff --git a/HTTPFile.cpp b/HTTPFile.cpp index a1d9185..d488ab0 100644 --- a/HTTPFile.cpp +++ b/HTTPFile.cpp @@ -7,7 +7,6 @@ HTTPFile HTTPFile::instance(protocol); void HTTPFile::open(const std::string url) { _res = cpr::Get(cpr::Url{url}); - } void HTTPFile::close() { } -- cgit v1.2.3