Mercurial > libpst
diff src/lspst.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 | 94bde95d7e18 |
children | 201464dd356e |
line wrap: on
line diff
--- a/src/lspst.c Sun May 22 19:01:15 2011 -0700 +++ b/src/lspst.c Tue May 24 16:21:28 2011 -0700 @@ -168,9 +168,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(); }