summaryrefslogtreecommitdiff
path: root/src/snprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/snprintf.c')
-rw-r--r--src/snprintf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/snprintf.c b/src/snprintf.c
index 6ca1a7b..96023c1 100644
--- a/src/snprintf.c
+++ b/src/snprintf.c
@@ -9,8 +9,6 @@
# undef HAVE_STDARG_H
#endif
-static const char __attribute__((unused)) cvs_ident[] = "$Id$";
-
/*
* Shamelessly snarfed from Enlightenment...
* which shamelessly snarfed from sane...