summaryrefslogtreecommitdiff
path: root/src/datatypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/datatypes.h')
-rw-r--r--src/datatypes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/datatypes.h b/src/datatypes.h
index 4bcc175..6481eb8 100644
--- a/src/datatypes.h
+++ b/src/datatypes.h
@@ -38,10 +38,4 @@
#include <stdint.h>
-struct buffer_struct {
- uint32_t length_;
- uint8_t* buf_;
-};
-typedef struct buffer_struct buffer_t;
-
#endif