From 3676296b74404c096ec01eba509a5fdad54f7466 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Mon, 5 Feb 2024 15:27:40 -0600 Subject: [PATCH] state.cpp --- src/state.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/state.cpp b/src/state.cpp index 9edeebd9..c36717c5 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -8,7 +8,5 @@ State state; State::State() { - auto f = std::make_unique(); - - create = std::move(f); + create = std::make_unique(); }