line-log: remove unused fields from 'struct line_log_data'
commitd5546726fb30b25b48f8475446261f997609ff1b
authorSZEDER Gábor <szeder.dev@gmail.com>
Mon, 11 May 2020 11:56:15 +0000 (11 11:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2020 16:33:56 +0000 (11 09:33 -0700)
tree89f7476295609aa56136f6cb1a44a0f64e64453d
parentb928e488bd40a30797bb7b87733864b39dd32c36
line-log: remove unused fields from 'struct line_log_data'

Remove the unused fields 'status', 'arg_alloc', 'arg_nr' and 'args'
from 'struct line_log_data'.  They were already part of the struct
when it was introduced in commit 12da1d1f6 (Implement line-history
search (git log -L), 2013-03-28), but as far as I can tell none of
them have ever been actually used.

Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com>
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
line-log.h