From 3806bb74674f305679efdaa2889d155531bc3643 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Mon, 26 Jan 2026 17:24:50 +0100 Subject: dir rename --- 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