X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ftypes%2Fdecl_struct.h;h=7c379aae2d1c1b7bc7bbd6be14e3954f16f72cbe;hb=0682ecb84dfe1de08b609c6c0ae641b06f3fa481;hp=01f6595308d77f49c7059bcf9f93e05808053072;hpb=a0f437f26cd0f121ee911a55327a68a3544bf15f;p=m6w6%2Fext-psi diff --git a/src/types/decl_struct.h b/src/types/decl_struct.h index 01f6595..7c379aa 100644 --- a/src/types/decl_struct.h +++ b/src/types/decl_struct.h @@ -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);