Re: csh - remove empty and duplicate unnecessary lines

2019-07-29 Thread Ted Unangst
Kalwe Caramalac wrote: > Hi, this is my first diff submission, forgive me if have any error, > if anyone has any tips on how to do this i appreciate it. > @@ -588,7 +585,6 @@ dopopd(Char **v, struct command *t) > void > dfree(struct directory *dp) > { > - > if (dp->di_count != 0) { It's

csh - remove empty and duplicate unnecessary lines

2019-07-29 Thread Kalwe Caramalac
rom a3a16828c1cb30a33730a540fd46de8eb932b30b Mon Sep 17 00:00:00 2001 From: kalwecaramalac Date: Mon, 29 Jul 2019 17:49:00 -0400 Subject: [PATCH] remove empty and unnecessary duplicate lines --- bin/csh/alloc.c | 3 +-- bin/csh/csh.c | 5 - bin/csh/csh.h | 2 -- bin/csh/dir.c | 5 - bin/csh/dol.c | 6 +- bin/