Re: Remove unused variables in bin/ps

2021-04-04 Thread Klemens Nanni
On Sun, Feb 14, 2021 at 03:21:45PM +0100, Daniel Kovacic wrote: > I stumbled upon some compiler warnings in bin/. > > This diff removes two unused variables in bin/ps/print.c. > > I hope that such tiny contributions are welcome. > For me, it's a test of whether I am contributing the right way. Al

Remove unused variables in bin/ps

2021-02-14 Thread Daniel Kovacic
Hi, I stumbled upon some compiler warnings in bin/. This diff removes two unused variables in bin/ps/print.c. I hope that such tiny contributions are welcome. For me, it's a test of whether I am contributing the right way. diff --git bin/ps/print.c bin/ps/print.c index 71d4a72a842..c10d8aa0523