indent(1): Remove dead code relating to unix-style comments.
authorpfg <pfg@FreeBSD.org>
Sun, 31 Jul 2016 15:02:53 +0000 (15:02 +0000)
committerpfg <pfg@FreeBSD.org>
Sun, 31 Jul 2016 15:02:53 +0000 (15:02 +0000)
commitac78d32b207cab3d1ffba528b94ee7c6d1d158db
treee3c45d6cbcf10f5811ae7253b0a2d173dd03a86b
parentbb62efcae4e9b0afb74bc4cafa84a180b8013f1d
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