summaryrefslogtreecommitdiff
path: root/exports
diff options
context:
space:
mode:
Diffstat (limited to 'exports')
-rw-r--r--exports/error.h9
-rw-r--r--exports/exports.go1
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)();