From f34e07b4962f65362afa5ca98759e87929d964bc Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Tue, 27 Jan 2026 19:19:30 +0100 Subject: file node --- src/Utils/catchReturn.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/Utils/catchReturn.cpp (limited to 'src/Utils/catchReturn.cpp') diff --git a/src/Utils/catchReturn.cpp b/src/Utils/catchReturn.cpp deleted file mode 100644 index c3d6722..0000000 --- a/src/Utils/catchReturn.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "Utils.hpp" - -#include -#include - -int Utils::catchReturn(int renum){ - if (renum != 0) { - std::cout << "Received error signal, sending further" << std::endl; - } - return 0; -} \ No newline at end of file -- cgit v1.2.3