From bd4af8956fe0bca634e9ea4cfa78e00458ddb69d Mon Sep 17 00:00:00 2001 From: Dario Date: Thu, 30 Jan 2025 21:21:52 -0300 Subject: [PATCH] Get rid of submodule for httplib. --- .gitmodules | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 91a44940..d7387085 100644 --- a/.gitmodules +++ b/.gitmodules @@ -64,9 +64,6 @@ [submodule "thirdparty/json"] path = thirdparty/json url = https://github.com/nlohmann/json -[submodule "thirdparty/cpp-httplib"] - path = thirdparty/cpp-httplib - url = https://github.com/yhirose/cpp-httplib [submodule "thirdparty/curl"] path = thirdparty/curl url = https://github.com/curl/curl