diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-14 22:28:18 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-14 22:30:48 +0100 |
commit | cb2718ca0bc0ebdc1987dbb8851e4c3686a8ed7a (patch) | |
tree | b5c6f2ffb0bdd95f88193b7c1fb695c9465ea33c /src | |
parent | 64e6d6c051c9258a52737ec40c0e5d32adac270e (diff) |
fix msvc warning
Diffstat (limited to 'src')
-rw-r--r-- | src/exception.cpp | 7 |
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 |