diff options
| -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 |
