summaryrefslogtreecommitdiff
path: root/src/benoit/logfunc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/benoit/logfunc.cc')
-rw-r--r--src/benoit/logfunc.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/benoit/logfunc.cc b/src/benoit/logfunc.cc
deleted file mode 100644
index 1a3c0bf..0000000
--- a/src/benoit/logfunc.cc
+++ /dev/null
@@ -1,9 +0,0 @@
-# include <benoit/log.hh>
-# include <benoit/logfunc.hh>
-# include <fmt/core.h>
-# include <string>
-using namespace std::literals::string_literals;
-void benoit::logfunc(std::string const func) {
- std::string const funcname = "benoit::logfunc(std::string const)"s;
- benoit::log(fmt::format("\33[33mFunction call\33[0m: {}."s,func));
-}