diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-10-20 21:16:49 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-10-20 21:16:49 +0200 |
| commit | a8d449a0a35f205833b446aeae66564aa2464736 (patch) | |
| tree | bbc4b45b3e216c75d88131761215fdcd03d4a256 /src/util.h | |
| parent | 219776f17374c273d4da176c262e8c7ec7b1329b (diff) | |
Remove ASDCPErrorSuspender.v1.10.34
I think it's not possible to do this thread-safely without quite noisy
changes to asdcplib: DefaultLogSink() refers a reference which can be
deleted by ASDCPErrorSuspender before it is used. DefaultLogSink()
could return a shared_ptr but there's a lot of callsites.
Diffstat (limited to 'src/util.h')
| -rw-r--r-- | src/util.h | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -153,19 +153,6 @@ extern boost::filesystem::path directory_containing_executable (); extern boost::filesystem::path resources_directory (); -class ASDCPErrorSuspender -{ -public: - ASDCPErrorSuspender(); - ~ASDCPErrorSuspender(); - -private: - Kumu::LogEntryList _log; - Kumu::ILogSink& _old; - Kumu::EntryListLogSink* _sink; -}; - - template <class From, class To> void add_to_container(To& container, From source) |
