From 1a33991574062e711fd73a747920a348c4fd8a81 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 24 Sep 2014 22:57:06 +0200 Subject: removed useless parse hex string --- src/datatypes.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/datatypes.h') 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 -struct buffer_struct { - uint32_t length_; - uint8_t* buf_; -}; -typedef struct buffer_struct buffer_t; - #endif -- cgit v1.2.3