From e498bc76460dddc27327d2e7fcfb5a1b5124fbb8 Mon Sep 17 00:00:00 2001 From: belliash Date: Wed, 13 Mar 2019 19:59:48 +0100 Subject: [PATCH] It is enought to declare 'object'. --- include/ph7int.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ph7int.h b/include/ph7int.h index 0f9a1a8..fae3501 100644 --- a/include/ph7int.h +++ b/include/ph7int.h @@ -1002,7 +1002,6 @@ struct ph7_vm_func { SySet aClosureEnv; /* Closure environment (ph7_vm_func_closure_env instace) */ sxi32 iFlags; /* VM function configuration */ sxu32 nType; /* Return data type expected by this function */ - SyString sClass; /* Return class expected by this function */ SyString sSignature; /* Function signature used to implement function overloading * (Refer to the official documentation for more information * on this powerfull feature)