From 3a66f0d8c4cb96982a9a8983d1aad04c5bfd5469 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 28 Apr 2023 13:18:34 +0200 Subject: Exports: Remove unused error.h --- exports/error.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 exports/error.h (limited to 'exports/error.h') 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 */ -- cgit v1.2.3