Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
caldog20 committed Dec 23, 2022
1 parent ba060e6 commit 19dbddd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lua/luafile.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ struct LuaServer {
LuaServer(UvFifoListener* listener) : m_listener(listener) {}
UvFifoListener* m_listener = nullptr;
uv_async_t m_async;
std::function<void(LuaServer*)> m_deleter;
bool m_deleting = false;

enum class Status { STARTED, STOPPED, STOPPING } m_status = Status::STOPPED;
Expand Down

0 comments on commit 19dbddd

Please sign in to comment.