diff src/pst2dii.cpp.in @ 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 410b6422d65b
children 201464dd356e
line wrap: on
line diff
--- a/src/pst2dii.cpp.in	Sun May 22 19:01:15 2011 -0700
+++ b/src/pst2dii.cpp.in	Tue May 24 16:21:28 2011 -0700
@@ -88,9 +88,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
 }