summaryrefslogtreecommitdiff
path: root/gettime.c
diff options
context:
space:
mode:
Diffstat (limited to 'gettime.c')
-rw-r--r--gettime.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gettime.c b/gettime.c
index e4d7c64bf..f6c7d196d 100644
--- a/gettime.c
+++ b/gettime.c
@@ -28,10 +28,6 @@
#include <compat.h>
-#ifndef lint
-__unused static const char rcsid[] = "$Sudo$";
-#endif /* lint */
-
/*
* Get the current time via gettimeofday() for systems with
* timespecs in struct stat or, otherwise, using time().