summaryrefslogtreecommitdiff
path: root/exports/error.h
diff options
context:
space:
mode:
Diffstat (limited to 'exports/error.h')
-rw-r--r--exports/error.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/exports/error.h b/exports/error.h
deleted file mode 100644
index 2f94bbc..0000000
--- a/exports/error.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef ERROR_H
-#define ERROR_H
-
-typedef struct error {
- const char* traceback;
- const char* cause;
-} error;
-
-#endif /* ERROR_H */