diff options
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 |