From 978bc3020300d4005317644669cacffa5e9dde32 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 13 Feb 2018 02:26:37 +0000 Subject: [PATCH] removed duplicate hcl_t definition --- lib/hcl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/hcl.h b/lib/hcl.h index 5c01ac9..67e04ba 100644 --- a/lib/hcl.h +++ b/lib/hcl.h @@ -678,8 +678,6 @@ struct hcl_heap_t hcl_uint8_t* ptr; /* next allocation pointer */ }; -typedef struct hcl_t hcl_t; - /* ========================================================================= * VIRTUAL MACHINE PRIMITIVES * ========================================================================= */