aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2021-02-06 14:47:26 +0100
committerNicolas Lécureuil <neoclust@mageia.org>2021-02-08 09:23:56 +0100
commit74e49079a0f0727950512ca4fc56a295bdb7fb8e (patch)
treec7aa618ab5531ca2c817300f96b4dd6262cf7532
parentf391895d125d15367604e7b4b36da18b8d7d29ce (diff)
downloads2u-74e49079a0f0727950512ca4fc56a295bdb7fb8e.tar
s2u-74e49079a0f0727950512ca4fc56a295bdb7fb8e.tar.gz
s2u-74e49079a0f0727950512ca4fc56a295bdb7fb8e.tar.bz2
s2u-74e49079a0f0727950512ca4fc56a295bdb7fb8e.tar.xz
s2u-74e49079a0f0727950512ca4fc56a295bdb7fb8e.zip
make it buildable with gcc-10: kill unused variables
-rw-r--r--s2u.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/s2u.c b/s2u.c
index 2254ede..3d02d98 100644
--- a/s2u.c
+++ b/s2u.c
@@ -39,9 +39,6 @@
*
**************************************************************************/
-static const char rcs_id[] = "$Id$";
-static const char compile_id[] = "$Compile: " __FILE__ " " __DATE__ " " __TIME__ " $";
-
#include <stdio.h>
#include <stdlib.h>
#include <string.h>