Various minor cleanup

This commit is contained in:
emeric
2024-12-05 20:09:14 +01:00
parent 76b9c1fe10
commit 45175a721c
35 changed files with 104 additions and 137 deletions
+1 -2
View File
@@ -20,7 +20,6 @@
#pragma once
#include <memory>
#include <thread>
#include <boost/asio/io_context.hpp>
@@ -32,7 +31,7 @@ namespace lms::core
{
public:
ChildProcessManager(boost::asio::io_context& ioContext);
~ChildProcessManager() = default;
~ChildProcessManager() override = default;
ChildProcessManager(const ChildProcessManager&) = delete;
ChildProcessManager(ChildProcessManager&&) = delete;