From 43d0a6b4cd2a854e7fa773bb55b369e9e02d5788 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 22 Dec 2022 13:11:01 +0100 Subject: Cleanup: remove randomly-added using. --- test/interop_subtitle_test.cc | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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("My film", dcp::ContentKind::FEATURE, dcp::Standard::INTEROP); cpl->add (reel); cpl->set_issuer (issuer); -- cgit v1.2.3