diff options
Diffstat (limited to 'src/libutil/logging.hh')
-rw-r--r-- | src/libutil/logging.hh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/libutil/logging.hh b/src/libutil/logging.hh index 298d66060..7b7f69833 100644 --- a/src/libutil/logging.hh +++ b/src/libutil/logging.hh @@ -5,8 +5,6 @@ #include "error.hh" #include "config.hh" -#include <nlohmann/json_fwd.hpp> - namespace nix { typedef enum { @@ -184,16 +182,6 @@ Logger * makeSimpleLogger(bool printBuildLogs = true); Logger * makeJSONLogger(Logger & prevLogger); -std::optional<nlohmann::json> parseJSONMessage(const std::string & msg); - -bool handleJSONLogMessage(nlohmann::json & json, - const Activity & act, std::map<ActivityId, Activity> & activities, - bool trusted); - -bool handleJSONLogMessage(const std::string & msg, - const Activity & act, std::map<ActivityId, Activity> & activities, - bool trusted); - /** * suppress msgs > this */ |