Remove unused variable.
[dcpomatic.git] / test / ffmpeg_decoder_sequential_test.cc
index 892bc9e4c0909978f4c47be157cda4867badadde..e1e97dbc4b3e315090e8ccde89c23e6f70cb4c9d 100644 (file)
@@ -65,7 +65,6 @@ ffmpeg_decoder_sequential_test_one (boost::filesystem::path file, float fps, int
        film->examine_and_add_content (content);
        BOOST_REQUIRE (!wait_for_jobs());
        film->write_metadata ();
-       shared_ptr<Log> log (new NullLog);
        shared_ptr<Player> player (new Player (film, film->playlist()));
 
        BOOST_REQUIRE (content->video_frame_rate());