summaryrefslogtreecommitdiff
path: root/zero_bytes.c
diff options
context:
space:
mode:
Diffstat (limited to 'zero_bytes.c')
-rw-r--r--zero_bytes.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/zero_bytes.c b/zero_bytes.c
index 30d9d3aac..160354be3 100644
--- a/zero_bytes.c
+++ b/zero_bytes.c
@@ -19,10 +19,6 @@
#include <config.h>
#include <compat.h>
-#ifndef lint
-__unused static const char rcsid[] = "$Sudo$";
-#endif /* lint */
-
/*
* Like bzero(3) but with a volatile pointer. The hope is that
* the compiler will not be able to optimize away this function.