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 /test/verify_test.cc | |
| 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 'test/verify_test.cc')
| -rw-r--r-- | test/verify_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/verify_test.cc b/test/verify_test.cc index 8395aaa1..2cc08b10 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -519,7 +519,6 @@ BOOST_AUTO_TEST_CASE (verify_incorrect_picture_sound_hash) BOOST_REQUIRE (fwrite (&x, sizeof(x), 1, mod) == 1); fclose (mod); - dcp::ASDCPErrorSuspender sus; check_verify_result ( { dir }, {}, |
