From 4d0c622816bff872b860967ac214975945655a71 Mon Sep 17 00:00:00 2001 From: Piotr Pawel Stefaniak Date: Mon, 4 Jun 2018 20:24:31 +0000 Subject: [PATCH] indent(1): remove static const char copyright[] It repeats what is already said in the heading comment and it's optimized out so serves no purpose. --- usr.bin/indent/indent.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index bf13f96ec3ad..0783b67fbb8e 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -35,14 +35,6 @@ * SUCH DAMAGE. */ -#ifndef lint -static const char copyright[] = -"@(#) Copyright (c) 1985 Sun Microsystems, Inc.\n\ -@(#) Copyright (c) 1976 Board of Trustees of the University of Illinois.\n\ -@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; -#endif /* not lint */ - #if 0 #ifndef lint static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93";