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"}) {