[clang-tidy] remove pointless void arg
Found with modernize-redundant-void-arg Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -63,7 +63,7 @@ static void redirect_logs(int fd)
|
||||
}
|
||||
|
||||
static int
|
||||
open_log_file(void)
|
||||
open_log_file()
|
||||
{
|
||||
assert(!out_path.IsNull());
|
||||
|
||||
|
Reference in New Issue
Block a user