From a6c6d892cf672323af0204b750588ff67ad31cff Mon Sep 17 00:00:00 2001 From: Aaron Kimbrell Date: Sun, 5 Jan 2025 00:13:07 -0600 Subject: [PATCH] chore: remove httplib since it's unused (#1723) --- .gitmodules | 3 --- CMakeLists.txt | 1 - dGame/dGameMessages/GameMessages.cpp | 2 -- thirdparty/cpp-httplib | 1 - 4 files changed, 7 deletions(-) delete mode 160000 thirdparty/cpp-httplib diff --git a/.gitmodules b/.gitmodules index 4ba6a43b..f7dd6242 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "thirdparty/cpp-httplib"] - path = thirdparty/cpp-httplib - url = https://github.com/yhirose/cpp-httplib [submodule "thirdparty/tinyxml2"] path = thirdparty/tinyxml2 url = https://github.com/leethomason/tinyxml2 diff --git a/CMakeLists.txt b/CMakeLists.txt index be72a3a2..b64b6daf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -247,7 +247,6 @@ include_directories( "thirdparty/recastnavigation" "thirdparty/SQLite" "thirdparty/cpplinq" - "thirdparty/cpp-httplib" "thirdparty/MD5" ) diff --git a/dGame/dGameMessages/GameMessages.cpp b/dGame/dGameMessages/GameMessages.cpp index 7e833a58..b91c1065 100644 --- a/dGame/dGameMessages/GameMessages.cpp +++ b/dGame/dGameMessages/GameMessages.cpp @@ -48,8 +48,6 @@ #include #include "RakString.h" -#include "httplib.h" //sorry not sorry. - //CDB includes: #include "CDClientManager.h" #include "CDEmoteTable.h" diff --git a/thirdparty/cpp-httplib b/thirdparty/cpp-httplib deleted file mode 160000 index 824e7682..00000000 --- a/thirdparty/cpp-httplib +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 824e7682e4d95e1bb21e501731eb2b6bb23033d2