X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=src%2Fcontext.h;h=24bdb9c5a8083d450c3dc5445ae812acfee84f6b;hp=6e86e448caa8f3bc304496411d5a195300125fef;hb=7e5e4c6d2b654cfd3737c37e9e1894be43642721;hpb=762750b4a3f4e0471993849c4bd12965f6b62356 diff --git a/src/context.h b/src/context.h index 6e86e44..24bdb9c 100644 --- a/src/context.h +++ b/src/context.h @@ -28,7 +28,6 @@ struct PSI_Context { PSI_Context *PSI_ContextInit(PSI_Context *C, PSI_ContextOps *ops, PSI_ContextErrorFunc error); void PSI_ContextBuild(PSI_Context *C, const char *path); zend_function_entry *PSI_ContextCompile(PSI_Context *C, PSI_Data *D); -zend_constant a; void PSI_ContextDtor(PSI_Context *C); void PSI_ContextFree(PSI_Context **C);