summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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;