aboutsummaryrefslogtreecommitdiff
path: root/frontend/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/cmd.h')
-rw-r--r--frontend/cmd.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/cmd.h b/frontend/cmd.h
deleted file mode 100644
index 2718463..0000000
--- a/frontend/cmd.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#pragma once
-
-#include <vector>
-#include <string>
-
-void cmd_handle(const std::vector<std::string> & argv);
-