From d4f883f7e88b93d1ec2d451036f2b85434baff13 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Apr 2021 14:34:05 +0200 Subject: [PATCH] Hide dump_notes() again. --- test/verify_test.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/verify_test.cc b/test/verify_test.cc index 53ce1745..e1ab50ce 100644 --- a/test/verify_test.cc +++ b/test/verify_test.cc @@ -191,6 +191,7 @@ private: }; +#if 0 static void dump_notes (vector const & notes) @@ -199,6 +200,7 @@ dump_notes (vector const & notes) std::cout << dcp::note_to_string(i) << "\n"; } } +#endif static -- 2.30.2