Description: Remove the output of a build date from thirdparty/OGDF to enable reproducible builds.
Author: James Turton <james@somecomputer.xyz>
Last-Update: 2020-04-10
--- a/thirdparty/OGDF/src/coin/Symphony/master.cpp
+++ b/thirdparty/OGDF/src/coin/Symphony/master.cpp
@@ -73,7 +73,6 @@
    }else{
       printf("==  Version: Trunk (unstable) \n");
    }
-   printf("==  Build Date: %s \n", __DATE__);
 #ifdef SYMPHONY_SVN_REV
    printf("==  Revision Number: %d \n", SYMPHONY_SVN_REV);
 #endif
