Delete worthless comments.

This commit is contained in:
Tim J. Robbins 2002-10-30 06:34:52 +00:00
parent 2d9a293b4e
commit 0cda444bef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106192

View File

@ -164,10 +164,6 @@ sethistsize(hs)
}
}
/*
* This command is provided since POSIX decided to standardize
* the Korn shell fc command. Oh well...
*/
int
histcmd(int argc, char **argv)
{
@ -178,7 +174,7 @@ histcmd(int argc, char **argv)
int i, retval;
char *firststr, *laststr;
int first, last, direction;
char *pat = NULL, *repl; /* ksh "fc old=new" crap */
char *pat = NULL, *repl;
static int active = 0;
struct jmploc jmploc;
struct jmploc *volatile savehandler;