aboutsummaryrefslogtreecommitdiffstats
path: root/liblfjail/context.cc
diff options
context:
space:
mode:
Diffstat (limited to 'liblfjail/context.cc')
-rw-r--r--liblfjail/context.cc17
1 files changed, 0 insertions, 17 deletions
diff --git a/liblfjail/context.cc b/liblfjail/context.cc
deleted file mode 100644
index 8445c97..0000000
--- a/liblfjail/context.cc
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * This source code is released into the public domain.
- */
-
-#include <format>
-
-#include "context.hh"
-
-namespace lfjail {
-
-auto context::path(this context const &self, std::string_view what)
- -> std::string
-{
- return std::format("{0}/{1}", self.dbdir, what);
-}
-
-} // namespace lfjail