From a78d35d90d1441bde226c249eff1a7161d73f77b Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Wed, 10 Oct 2018 14:49:46 +0200 Subject: [PATCH] Remove obsolete declaration --- fairmq/FairMQDevice.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/fairmq/FairMQDevice.h b/fairmq/FairMQDevice.h index ceb6b53aa..21a1d6ebd 100644 --- a/fairmq/FairMQDevice.h +++ b/fairmq/FairMQDevice.h @@ -512,9 +512,6 @@ class FairMQDevice : public FairMQStateMachine /// Handles the Reset() method void ResetWrapper(); - /// Used to call user code and handle uncaught exceptions - void CallAndHandleError(std::function callable); - /// Unblocks blocking channel send/receive calls void Unblock();