more verbose context ops
[m6w6/ext-psi] / src / types / decl_struct.h
index 01f6595308d77f49c7059bcf9f93e05808053072..7c379aae2d1c1b7bc7bbd6be14e3954f16f72cbe 100644 (file)
@@ -38,10 +38,6 @@ struct psi_decl_struct {
        struct psi_plist *args;
        size_t size;
        size_t align;
-       struct {
-               void *type;
-               void (*dtor)(void *type);
-       } engine;
 };
 
 struct psi_decl_struct *psi_decl_struct_init(zend_string *name, struct psi_plist *args);