summaryrefslogtreecommitdiff
path: root/src/syncevo/Logging.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/syncevo/Logging.h')
-rw-r--r--src/syncevo/Logging.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/syncevo/Logging.h b/src/syncevo/Logging.h
index 9f665ac2..7d1c878a 100644
--- a/src/syncevo/Logging.h
+++ b/src/syncevo/Logging.h
@@ -221,13 +221,6 @@ class Logger
#endif
;
- /**
- * this logger instance can be used by multiple processes:
- * true for those which write single lines, false
- * for more complicated output like HTML (Synthesis log)
- */
- virtual bool isProcessSafe() const = 0;
-
protected:
static std::string m_processName;
};