summaryrefslogtreecommitdiff
path: root/src/Utils/catchReturn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Utils/catchReturn.cpp')
-rw-r--r--src/Utils/catchReturn.cpp11
1 files changed, 0 insertions, 11 deletions
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 <iostream>
-#include <ostream>
-
-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