aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.ucl/error.cc
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.ucl/error.cc')
-rw-r--r--nihil.ucl/error.cc19
1 files changed, 0 insertions, 19 deletions
diff --git a/nihil.ucl/error.cc b/nihil.ucl/error.cc
deleted file mode 100644
index 2f19cb7..0000000
--- a/nihil.ucl/error.cc
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * This source code is released into the public domain.
- */
-
-module;
-
-#include <string>
-#include <utility>
-
-module nihil.ucl;
-
-namespace nihil::ucl {
-
-error::error(std::string what)
- : generic_error(std::move(what))
-{
-}
-
-} // namespace nihil::ucl