summaryrefslogtreecommitdiff
path: root/starts/biscuit/Context.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'starts/biscuit/Context.hpp')
-rw-r--r--starts/biscuit/Context.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/starts/biscuit/Context.hpp b/starts/biscuit/Context.hpp
deleted file mode 100644
index cb652e8..0000000
--- a/starts/biscuit/Context.hpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <string>
-
-using namespace std;
-
-class Context {
-public:
- string text;
-};