]> granicus.if.org Git - icinga2/blobdiff - lib/methods/pluginchecktask.cpp
Remove deprecated functions
[icinga2] / lib / methods / pluginchecktask.cpp
index a0cd3695755b268548ad4ede98263ef0982d728b..83ad4610a43f98474eb69fdc09420359452b9815 100644 (file)
@@ -34,7 +34,7 @@
 
 using namespace icinga;
 
-REGISTER_SCRIPTFUNCTION_NS_DEPRECATED(Internal, PluginCheck,  &PluginCheckTask::ScriptFunc);
+REGISTER_SCRIPTFUNCTION_NS(Internal, PluginCheck,  &PluginCheckTask::ScriptFunc);
 
 void PluginCheckTask::ScriptFunc(const Checkable::Ptr& checkable, const CheckResult::Ptr& cr,
     const Dictionary::Ptr& resolvedMacros, bool useResolvedMacros)