summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-25 22:22:02 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-25 22:22:02 +0100
commit0a87232762148a3cb97e3650fb219b3b07a05d1d (patch)
tree5648b8b00ade8522b0622e1b8b00fbe1ba4afea1
parent83583a7fc85cee34207ad12432327dda59377787 (diff)
Remove unused variable.
-rw-r--r--test/smpte_subtitle_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/smpte_subtitle_test.cc b/test/smpte_subtitle_test.cc
index 5aa6bea6..d5094f87 100644
--- a/test/smpte_subtitle_test.cc
+++ b/test/smpte_subtitle_test.cc
@@ -801,7 +801,6 @@ BOOST_AUTO_TEST_CASE(smpte_subtitle_intrinsic_duration_read_correctly)
BOOST_AUTO_TEST_CASE(pass_through_smpte_subtitle_with_variable_z)
{
- auto source = "test/data/subtitles_with_vZani.xml";
dcp::SMPTETextAsset test("test/data/subtitles_with_vZani.xml");
/* _parsed is a version of the source with some changes made by libdcp that are OK */
check_xml(dcp::file_to_string("test/data/subtitles_with_vZani_parsed.xml"), test.xml_as_string(), { "IssueDate" }, true);