summaryrefslogtreecommitdiffhomepage
path: root/src/exception.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-02-14 22:28:18 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-02-14 22:30:48 +0100
commitcb2718ca0bc0ebdc1987dbb8851e4c3686a8ed7a (patch)
treeb5c6f2ffb0bdd95f88193b7c1fb695c9465ea33c /src/exception.cpp
parent64e6d6c051c9258a52737ec40c0e5d32adac270e (diff)
fix msvc warning
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