aboutsummaryrefslogtreecommitdiff
path: root/src/zenhttp/servers/httpasio.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2023-11-09 14:08:53 +0100
committerStefan Boberg <[email protected]>2023-11-09 14:08:53 +0100
commitd09f19a99b5256c0abaed5931de62cfa48f38644 (patch)
treea2f89aa9bc1d10b7eccb11fa3bbfe2fc42fa1ae2 /src/zenhttp/servers/httpasio.cpp
parentreduce number of files generated on shared instances (#524) (diff)
downloadzen-d09f19a99b5256c0abaed5931de62cfa48f38644.tar.xz
zen-d09f19a99b5256c0abaed5931de62cfa48f38644.zip
removed duplicate and unused constants
Diffstat (limited to 'src/zenhttp/servers/httpasio.cpp')
-rw-r--r--src/zenhttp/servers/httpasio.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/zenhttp/servers/httpasio.cpp b/src/zenhttp/servers/httpasio.cpp
index 44398d92d..75852fe89 100644
--- a/src/zenhttp/servers/httpasio.cpp
+++ b/src/zenhttp/servers/httpasio.cpp
@@ -39,14 +39,6 @@ struct HttpAcceptor;
struct HttpResponse;
struct HttpServerConnection;
-static constinit uint32_t HashContentLength = HashStringAsLowerDjb2("Content-Length"sv);
-static constinit uint32_t HashContentType = HashStringAsLowerDjb2("Content-Type"sv);
-static constinit uint32_t HashAccept = HashStringAsLowerDjb2("Accept"sv);
-static constinit uint32_t HashExpect = HashStringAsLowerDjb2("Expect"sv);
-static constinit uint32_t HashSession = HashStringAsLowerDjb2("UE-Session"sv);
-static constinit uint32_t HashRequest = HashStringAsLowerDjb2("UE-Request"sv);
-static constinit uint32_t HashRange = HashStringAsLowerDjb2("Range"sv);
-
inline LoggerRef
InitLogger()
{