column: drop unused "opts" parameter in item_length()
commitacbf33f8462bb96d18168da85df8ba9ba01015d6
authorJeff King <peff@peff.net>
Thu, 24 Jan 2019 13:11:59 +0000 (24 08:11 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 24 Jan 2019 20:35:44 +0000 (24 12:35 -0800)
tree8a86fcb1f57b11ecca29bf5a8044ada5e485ad82
parentfcb133e978e98cf92de3ec7dedd4969802191b13
column: drop unused "opts" parameter in item_length()

There are no column options which impact the length computation. In
theory there might be, but this is a file-local function, so it will be
trivial to re-add the parameter should it ever be useful.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
column.c