From 19ce337dc17e5f3b7a2cacd66e139ef5b295223a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 8 Mar 2021 19:09:45 +0100 Subject: object: remove unused struct member Signed-off-by: Jo-Philipp Wich --- object.h | 1 - 1 file changed, 1 deletion(-) diff --git a/object.h b/object.h index 7ceb521..74cc835 100644 --- a/object.h +++ b/object.h @@ -99,7 +99,6 @@ typedef struct uc_prototype uc_prototype; typedef struct { uc_objhdr header; - uc_prototype *proto; size_t type; void *data; } uc_ressource; -- cgit v1.2.3