git: 462c3d3cf45e - main - setkey(8): remove redundand returns
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Apr 2023 19:50:24 UTC
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=462c3d3cf45eca034683d9793b9ce09381346744 commit 462c3d3cf45eca034683d9793b9ce09381346744 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2023-04-03 01:59:07 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2023-04-03 19:48:49 +0000 setkey(8): remove redundand returns Sponsored by: NVidia networking MFC after: 1 week --- sbin/setkey/parse.y | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sbin/setkey/parse.y b/sbin/setkey/parse.y index ae0859c22d2c..0d8605c3409a 100644 --- a/sbin/setkey/parse.y +++ b/sbin/setkey/parse.y @@ -1306,14 +1306,10 @@ parse_init() p_aiflags = 0; p_aifamily = PF_UNSPEC; - - return; } void free_buffer() { /* we got tons of memory leaks in the parser anyways, leave them */ - - return; }