removed duplicate hcl_t definition

This commit is contained in:
hyung-hwan 2018-02-13 02:26:37 +00:00
parent 2201ee5a94
commit 978bc30203

View File

@ -678,8 +678,6 @@ struct hcl_heap_t
hcl_uint8_t* ptr; /* next allocation pointer */
};
typedef struct hcl_t hcl_t;
/* =========================================================================
* VIRTUAL MACHINE PRIMITIVES
* ========================================================================= */