C++11 tidying.
[libdcp.git] / tools / common.cc
index 54bee6b5c9a1f217983c9c8ac8b665680f2ec15a..13ce9cb0f9092eaff20720095509c2fa0ebe2bd1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2014 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2014-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of libdcp.
 
     files in the program, then also delete it here.
 */
 
+
 #include "common.h"
 #include "dcp.h"
 
-using std::dynamic_pointer_cast;
+
 using std::shared_ptr;
 using std::vector;
 
+
 void
 dcp::filter_notes (vector<dcp::VerificationNote>& notes, bool ignore_missing_assets)
 {
@@ -52,3 +54,4 @@ dcp::filter_notes (vector<dcp::VerificationNote>& notes, bool ignore_missing_ass
 
        notes = filtered;
 }
+