aboutsummaryrefslogtreecommitdiff
path: root/src/common/Base.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/Base.cpp')
-rw-r--r--src/common/Base.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/Base.cpp b/src/common/Base.cpp
deleted file mode 100644
index ba4077b4..00000000
--- a/src/common/Base.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "cru/common/Base.h"
-
-#include <exception>
-
-namespace cru {
-void UnreachableCode() { std::terminate(); }
-} // namespace cru