From 691bff239a14db31ce76438417080a1e8079a29c Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Sat, 11 Mar 2023 16:07:21 +0000 Subject: [PATCH] Remove unused method. --- src/Cppyy.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Cppyy.h b/src/Cppyy.h index 9045d476..ebb0d98b 100644 --- a/src/Cppyy.h +++ b/src/Cppyy.h @@ -210,9 +210,7 @@ namespace Cppyy { CPPYY_IMPORT std::string GetMethodArgDefault(TCppMethod_t, TCppIndex_t iarg); CPPYY_IMPORT - std::string GetMethodSignature(TCppMethod_t, bool show_formalargs, TCppIndex_t maxargs = (TCppIndex_t)-1); - CPPYY_IMPORT - std::string GetMethodPrototype(TCppScope_t scope, TCppMethod_t, bool show_formalargs); + std::string GetMethodSignature(TCppMethod_t, bool show_formalargs); CPPYY_IMPORT bool IsConstMethod(TCppMethod_t);