summaryrefslogtreecommitdiff
path: root/inc/response.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/response.h')
-rw-r--r--inc/response.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/inc/response.h b/inc/response.h
deleted file mode 100644
index 05e9352..0000000
--- a/inc/response.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef RESPONSE_H
-#define RESPONSE_H
-#include <iostream>
-
-enum Response {
- OK,
- WAIT,
- BLOCKED,
- STALLED,
-};
-
-std::ostream &operator<<(std::ostream &os, Response r);
-
-#endif /* RESPONSE_H_INCLUDED */