diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-22 13:11:01 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-22 23:43:03 +0100 |
| commit | 43d0a6b4cd2a854e7fa773bb55b369e9e02d5788 (patch) | |
| tree | 39ddb7e44154d2b498ea66b2f3faf571244e4795 | |
| parent | 4ddd146759e5346bd6c4b4444ee1424327f14a2a (diff) | |
Cleanup: remove randomly-added using.v1.8.48
| -rw-r--r-- | test/interop_subtitle_test.cc | 1 |
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); |
