summaryrefslogtreecommitdiff
path: root/src/util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.cc')
-rw-r--r--src/util.cc15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/util.cc b/src/util.cc
index 8ad90dbf..77493ffa 100644
--- a/src/util.cc
+++ b/src/util.cc
@@ -410,21 +410,6 @@ dcp::unique_string (vector<string> existing, string base)
}
-ASDCPErrorSuspender::ASDCPErrorSuspender ()
- : _old (Kumu::DefaultLogSink())
-{
- _sink = new Kumu::EntryListLogSink(_log);
- Kumu::SetDefaultLogSink (_sink);
-}
-
-
-ASDCPErrorSuspender::~ASDCPErrorSuspender ()
-{
- Kumu::SetDefaultLogSink (&_old);
- delete _sink;
-}
-
-
boost::filesystem::path dcp::directory_containing_executable ()
{
#if BOOST_VERSION >= 106100