Re: [hackers] [sent] [PATCH] remove unnecessary NULL checks and add `void` for an empty parameter list

2023-01-10 Thread Hiltjo Posthuma
On Tue, Jan 10, 2023 at 05:39:33PM +, Tom Schwindl wrote: > --- > I sent (hehe) this a long time ago, it might be of interest now that some > work is done. > > --- > sent.c | 30 ++ > 1 file changed, 14 insertions(+), 16 deletions(-) > > diff --git a/sent.c b/sent

[hackers] [sent] [PATCH] remove unnecessary NULL checks and add `void` for an empty parameter list

2023-01-10 Thread Tom Schwindl
--- I sent (hehe) this a long time ago, it might be of interest now that some work is done. --- sent.c | 30 ++ 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/sent.c b/sent.c index 9534fcaf97b9..49853ee6c273 100644 --- a/sent.c +++ b/sent.c @@ -99,12 +