Hack asdcplib to make its RNG repeatable when we are testing.
[libdcp.git] / src / util.h
index fcb6d739eb8eb06d8e6927d9024ad3aaf97efc0b..0a5292c00bfb68656976f5325cd124853232ec75 100644 (file)
@@ -23,6 +23,5 @@ namespace libdcp {
        
 extern std::string make_uuid ();
 extern std::string make_digest (std::string);
-extern bool libdcp_test;
 
 }