flush
[m6w6/ext-psi] / idl / validator.c
index e81d92315a9abadc8760adb23d2490f3b53be5f8..54e646842e1b26586753a81a1f7dfc9f78e82e25 100644 (file)
@@ -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) {