summaryrefslogtreecommitdiff
path: root/indra/llcorehttp/httpcommon.cpp
diff options
context:
space:
mode:
authorleviathan <leviathan@lindenlab.com>2025-12-29 16:49:23 -0800
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-12-31 13:44:22 +0200
commitcba36bc1f49990a802892278ca98478edb31eda9 (patch)
tree6daad69e44382975dd9fe169618d2f278f69a5db /indra/llcorehttp/httpcommon.cpp
parent3ff35b8c2b530bc7d4e6fbdeb688506b27af2d66 (diff)
make LLCore::HttpStatus type enums constexpr
Diffstat (limited to 'indra/llcorehttp/httpcommon.cpp')
-rw-r--r--indra/llcorehttp/httpcommon.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llcorehttp/httpcommon.cpp b/indra/llcorehttp/httpcommon.cpp
index 315ff15ebb..dabc61975d 100644
--- a/indra/llcorehttp/httpcommon.cpp
+++ b/indra/llcorehttp/httpcommon.cpp
@@ -36,10 +36,6 @@
namespace LLCore
{
-HttpStatus::type_enum_t EXT_CURL_EASY;
-HttpStatus::type_enum_t EXT_CURL_MULTI;
-HttpStatus::type_enum_t LLCORE;
-
HttpStatus::operator U32() const
{
// Effectively, concatenate mType (high) with mStatus (low).