X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Ftypes%2Fdecl_struct.h;h=7c379aae2d1c1b7bc7bbd6be14e3954f16f72cbe;hp=01f6595308d77f49c7059bcf9f93e05808053072;hb=14969a8b4386d7c38e90775e1c57886c9bf3839e;hpb=aa338e1f515a21d83284c83d780d2dc075192c4d 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);