mirror of https://github.com/Icinga/icinga2.git
parent
ad0e4f4489
commit
11e1cc9939
|
@ -102,8 +102,6 @@ public:
|
|||
|
||||
static inline Value FunctionCall(ScriptFrame& frame, const Value& self, const Function::Ptr& func, const std::vector<Value>& arguments)
|
||||
{
|
||||
ScriptFrame vframe;
|
||||
|
||||
if (!self.IsEmpty() || self.IsString())
|
||||
return func->Invoke(self, arguments);
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue