From: Stephen Kitt <skitt@debian.org>
Date: Thu, 30 Apr 2015 17:20:17 +0200
Subject: Make the build reproducible

---
 Quake/host.c | 2 --
 1 file changed, 2 deletions(-)

--- a/Quake/host.c
+++ b/Quake/host.c
@@ -232,7 +232,6 @@
 {
 	Con_Printf ("Quake Version %1.2f\n", VERSION);
 	Con_Printf ("QuakeSpasm Version " QUAKESPASM_VER_STRING "\n");
-	Con_Printf ("Exe: " __TIME__ " " __DATE__ "\n");
 }
 
 /* cvar callback functions : */
@@ -857,7 +856,6 @@
 	NET_Init ();
 	SV_Init ();
 
-	Con_Printf ("Exe: " __TIME__ " " __DATE__ "\n");
 	Con_Printf ("%4.1f megabyte heap\n", host_parms->memsize/ (1024*1024.0));
 
 	if (cls.state != ca_dedicated)
