summaryrefslogtreecommitdiffstats
path: root/src/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd.h')
-rw-r--r--src/cmd.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cmd.h b/src/cmd.h
index 4cb56d5..df975db 100644
--- a/src/cmd.h
+++ b/src/cmd.h
@@ -3,11 +3,6 @@
#include <stdlib.h>
#include <stdbool.h>
-#define CMD_SET_STATUS(...) do { \
- free(cmd_status); \
- cmd_status = aprintf(__VA_ARGS__); \
- } while (0)
-
typedef bool (*cmd_func)(const char *args);
struct cmd {