summaryrefslogtreecommitdiffhomepage
path: root/src/private/rodeo_error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/private/rodeo_error.h')
-rw-r--r--src/private/rodeo_error.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/private/rodeo_error.h b/src/private/rodeo_error.h
deleted file mode 100644
index d1b9eb5..0000000
--- a/src/private/rodeo_error.h
+++ /dev/null
@@ -1,20 +0,0 @@
-
-#define RODEO__EMPTY_ERROR_MESSAGE NULL
-
-typedef
-enum
-{
- RODEO__ERROR__UNREACHABLE_REACHED,
- RODEO__ERROR__UNINITIALIZED_STATE
-}
-Rodeo__\
-error;
-
-void
-Rodeo__\
-error_exit(
- Rodeo__error error,
- const char *function,
- int line_number,
- const char *extra_info
-);