]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
indent(1): Remove dead code relating to unix-style comments.
authorPedro F. Giffuni <pfg@FreeBSD.org>
Sun, 31 Jul 2016 15:02:53 +0000 (15:02 +0000)
committerPedro F. Giffuni <pfg@FreeBSD.org>
Sun, 31 Jul 2016 15:02:53 +0000 (15:02 +0000)
commit267c7470035bfba52b8671a344c8edf56cb62990
treee3c45d6cbcf10f5811ae7253b0a2d173dd03a86b
parent7592321ad19b757df2a18f64c0988b65bb32f926
indent(1): Remove dead code relating to unix-style comments.

The original indent(1) described unix-style comments as similar to box
comments, except the first non-blank character on each line is lined up
with the '*' of the "/*" which appears on a line by itself.

The code has been turned off for ages and -sc/-nsc make it even
less relevant.

Reference:
https://github.com/pstef/freebsd_indent/commit/89c5fe2c56742d96975bb3ea6b99f28baf9d82f6

Differential Revision: https://reviews.freebsd.org/D6966  (Partial)

Submitted by: Piotr Stefaniak
usr.bin/indent/pr_comment.c