From 39f462b2b25bfe98d2b57d007e5a5f18fc57d1f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Sverre=20Lien=20Sell=C3=A6g?= Date: Sat, 22 May 2021 18:49:08 +0200 Subject: [PATCH] remove store object --- src/store.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store.cpp b/src/store.cpp index 981b6b1..6515341 100644 --- a/src/store.cpp +++ b/src/store.cpp @@ -26,7 +26,6 @@ Application::Application(const nlohmann::json &cfg) { } int Application::run() { - auto store = json::object(); std::vector servers; for (const auto &m : {"GET", "POST", "PUT", "PATCH", "OPTIONS", "HEAD"}) {