diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-04-28 13:18:34 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | 3a66f0d8c4cb96982a9a8983d1aad04c5bfd5469 (patch) | |
| tree | 67e689abfd93ab2707cd0a2401009125b76d33f0 /exports | |
| parent | 6009b0df371557a9b6319467536872b37996cc74 (diff) | |
Exports: Remove unused error.h
Diffstat (limited to 'exports')
| -rw-r--r-- | exports/error.h | 9 | ||||
| -rw-r--r-- | exports/exports.go | 1 |
2 files changed, 0 insertions, 10 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 */ diff --git a/exports/exports.go b/exports/exports.go index 53d300c..04238f1 100644 --- a/exports/exports.go +++ b/exports/exports.go @@ -3,7 +3,6 @@ package main /* #include <stdint.h> #include <stdlib.h> -#include "error.h" typedef long long int (*ReadRxBytes)(); |
