17 lines
404 B
Diff
17 lines
404 B
Diff
|
---
|
||
|
snd-help.c | 3 ---
|
||
|
1 file changed, 3 deletions(-)
|
||
|
|
||
|
--- a/snd-help.c
|
||
|
+++ b/snd-help.c
|
||
|
@@ -370,9 +370,6 @@ char *version_info(void)
|
||
|
", mpfr: ", mpfr_get_version(),
|
||
|
", mpc: ", mpc_get_version(),
|
||
|
#endif
|
||
|
-#if (defined(__DATE__)) && (!(defined(REPRODUCIBLE_BUILD)))
|
||
|
- "\n Compiled ", __DATE__, " ", __TIME__,
|
||
|
-#endif
|
||
|
#ifdef __VERSION__
|
||
|
#ifndef __cplusplus
|
||
|
"\n C: ",
|