summaryrefslogtreecommitdiff
path: root/test/interop_subtitle_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-22 13:11:01 +0100
committerCarl Hetherington <cth@carlh.net>2022-12-22 23:43:03 +0100
commit43d0a6b4cd2a854e7fa773bb55b369e9e02d5788 (patch)
tree39ddb7e44154d2b498ea66b2f3faf571244e4795 /test/interop_subtitle_test.cc
parent4ddd146759e5346bd6c4b4444ee1424327f14a2a (diff)
Cleanup: remove randomly-added using.v1.8.48
Diffstat (limited to 'test/interop_subtitle_test.cc')
-rw-r--r--test/interop_subtitle_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/interop_subtitle_test.cc b/test/interop_subtitle_test.cc
index ca131ba6..b477346c 100644
--- a/test/interop_subtitle_test.cc
+++ b/test/interop_subtitle_test.cc
@@ -933,7 +933,6 @@ BOOST_AUTO_TEST_CASE (write_interop_subtitle_test3)
string const creator = "libdcp";
string const annotation_text = "Created by libdcp";
-using std::make_shared;
auto cpl = std::make_shared<dcp::CPL>("My film", dcp::ContentKind::FEATURE, dcp::Standard::INTEROP);
cpl->add (reel);
cpl->set_issuer (issuer);