aboutsummaryrefslogtreecommitdiff
path: root/src/commands/quit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/quit.cpp')
-rw-r--r--src/commands/quit.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/commands/quit.cpp b/src/commands/quit.cpp
deleted file mode 100644
index c2a68e7..0000000
--- a/src/commands/quit.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include "quit.hpp"
-
-#include <cstdlib>
-
-void QuitCommand::execute() noexcept
-{
- exit(EXIT_SUCCESS);
-}