summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2021-03-08 19:09:45 +0100
committerJo-Philipp Wich <jo@mein.io>2021-03-08 19:19:04 +0100
commit19ce337dc17e5f3b7a2cacd66e139ef5b295223a (patch)
treefcb08a55f910d5a249f9c8dced0e8ec1ef62fc03
parente196ee6689d1bf082531319185feea134bf888af (diff)
object: remove unused struct member
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
-rw-r--r--object.h1
1 files changed, 0 insertions, 1 deletions
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;