--- libaitrpc/inc/aitrpc.h 2011/11/03 14:28:48 1.4.2.6 +++ libaitrpc/inc/aitrpc.h 2011/11/03 14:57:56 1.4.2.7 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.4.2.6 2011/11/03 14:28:48 misho Exp $ +* $Id: aitrpc.h,v 1.4.2.7 2011/11/03 14:57:56 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -358,12 +358,6 @@ int rpc_srv_execCall(rpc_func_t * __restrict call, str * return: -1 error, !=-1 return varnum value */ inline int rpc_srv_allocVars(rpc_func_t * __restrict call, int varnum); -/* - * rpc_srv_destroyVars() Destroy variables of array & array - * @call = RPC function call - * return: -1 error, !=-1 Returne remained variables - */ -inline int rpc_srv_destroyVars(rpc_func_t * __restrict call); /* * rpc_srv_freeVars() Clean values from variables of array * @call = RPC function call