Hide dump_notes() again.
[libdcp.git] / test / verify_test.cc
index 53ce1745426ea501a2c742cf1cc37ae7557286e6..e1ab50ce0851d20635cd3643a756a5273a18c7f7 100644 (file)
@@ -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