diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-04-06 14:34:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-04-06 14:34:05 +0200 |
| commit | d4f883f7e88b93d1ec2d451036f2b85434baff13 (patch) | |
| tree | 5ce4942485b6dfa76548834474d4bcd493598a1b | |
| parent | f536156abbda531e8a3b504bebf52bfbe3582c48 (diff) | |
Hide dump_notes() again.
| -rw-r--r-- | test/verify_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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<dcp::VerificationNote> const & notes) @@ -199,6 +200,7 @@ dump_notes (vector<dcp::VerificationNote> const & notes) std::cout << dcp::note_to_string(i) << "\n"; } } +#endif static |
