From a5e8e8dfb0fb65c519d129d0484cbd221f09331f Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 13 Apr 2014 05:38:45 +0000 Subject: remove a 'RCSId[]' which was missed in the rcsid[] removal from 2009. --- usr.sbin/rdate/ntpleaps.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/usr.sbin/rdate/ntpleaps.c b/usr.sbin/rdate/ntpleaps.c index 541f6375fa3..10db06e9abc 100644 --- a/usr.sbin/rdate/ntpleaps.c +++ b/usr.sbin/rdate/ntpleaps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ntpleaps.c,v 1.11 2013/11/12 22:27:13 deraadt Exp $ */ +/* $OpenBSD: ntpleaps.c,v 1.12 2014/04/13 05:38:45 jsg Exp $ */ /* * Copyright (c) 2002 Thorsten Glaser. All rights reserved. @@ -31,9 +31,6 @@ /* Leap second support for NTP clients (generic) */ -static const char RCSId[] = "$OpenBSD: ntpleaps.c,v 1.11 2013/11/12 22:27:13 deraadt Exp $"; - - /* * I could include tzfile.h, but this would make the code unportable * at no real benefit. Read tzfile.h for why. -- cgit v1.2.3-59-g8ed1b