diff src/readpst.c @ 285:898118c3675e

remove compile date/time stamps embedded in the binary for no compelling reason
author Carl Byington <carl@five-ten-sg.com>
date Tue, 24 May 2011 16:21:28 -0700
parents 57c3bcf22c4f
children fa7fc1ac6385
line wrap: on
line diff
--- a/src/readpst.c	Sun May 22 19:01:15 2011 -0700
+++ b/src/readpst.c	Tue May 24 16:21:28 2011 -0700
@@ -701,9 +701,6 @@
 #else
 #  error "Byte order not supported by this library"
 #endif
-#ifdef __GNUC__
-    printf("GCC %d.%d : %s %s\n", __GNUC__, __GNUC_MINOR__, __DATE__, __TIME__);
-#endif
     DEBUG_RET();
 }