Re: [PATCH v3 26/35] transport-helper: remove name parameter
From: Jonathan Nieder <hidden>
Date: 2018-02-27 23:03:27
From: Jonathan Nieder <hidden>
Date: 2018-02-27 23:03:27
Brandon Williams wrote:
Commit 266f1fdfa (transport-helper: be quiet on read errors from helpers, 2013-06-21) removed a call to 'die()' which printed the name of the remote helper passed in to the 'recvline_fh()' function using the 'name' parameter. Once the call to 'die()' was removed the parameter was no longer necessary but wasn't removed. Clean up 'recvline_fh()' parameter list by removing the 'name' parameter. Signed-off-by: Brandon Williams <redacted> --- transport-helper.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Nice. Reviewed-by: Jonathan Nieder <redacted>