X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=src%2Ferror.h;h=c155d391b913cee189776bddba8c7e1d63b96159;hb=d4bd55e7d9b1cf63cd6fdc96b70010a0c2aca963;hp=ebbd60be8c0943aac7dad26dbfcbf2628aa0b9d5;hpb=a7ac1c0a3c855321f21682c127a4b707de33a303;p=m6w6%2Fext-psi diff --git a/src/error.h b/src/error.h index ebbd60b..c155d39 100644 --- a/src/error.h +++ b/src/error.h @@ -41,9 +41,4 @@ void psi_error_wrapper(struct psi_data *context, struct psi_token *t, int type, void psi_error(int type, const char *fn, unsigned ln, const char *msg, ...); void psi_verror(int type, const char *fn, unsigned ln, const char *msg, va_list argv); -union psi_debug_ctx { - FILE *stdio; - int socket; -}; - #endif /* PSI_ERROR_H */