From cba36bc1f49990a802892278ca98478edb31eda9 Mon Sep 17 00:00:00 2001 From: leviathan Date: Mon, 29 Dec 2025 16:49:23 -0800 Subject: make LLCore::HttpStatus type enums constexpr --- indra/llcorehttp/httpcommon.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'indra/llcorehttp/httpcommon.cpp') 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). -- cgit v1.3