summaryrefslogtreecommitdiffhomepage
path: root/src/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/exception.cpp')
-rw-r--r--src/exception.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/exception.cpp b/src/exception.cpp
deleted file mode 100644
index 4855e240..00000000
--- a/src/exception.cpp
+++ /dev/null
@@ -1,7 +0,0 @@
-#include "compat/exception.hpp"
-
-namespace floormat {
-
-const char* exception::what() const noexcept { return buf.data(); }
-
-} // namespace floormat