X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=idl%2Fvalidator.c;h=54e646842e1b26586753a81a1f7dfc9f78e82e25;hp=e81d92315a9abadc8760adb23d2490f3b53be5f8;hb=69008ba2a7733358974c8985caa2e5bcb1182fe1;hpb=c6d07b29eac45a9dc6f121b6a636ff32bc7609a3 diff --git a/idl/validator.c b/idl/validator.c index e81d923..54e6468 100644 --- a/idl/validator.c +++ b/idl/validator.c @@ -6,17 +6,6 @@ #include "validator.h" -#if INTERFACE -typedef struct PSI_Validator { - decl_typedefs *defs; - decls *decls; - impls *impls; - char *lib; - char *fn; - void *dlopened; -} PSI_Validator; -#endif - PSI_Validator *PSI_ValidatorInit(PSI_Validator *V, PSI_Lexer *L) { if (!V) {