From afc9ff99fd1cbf67eb6e313be247e2e53269a0dc Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 22 Dec 2006 00:45:27 +0000 Subject: removal of commented-out cruft --- shell/cmdedit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'shell/cmdedit.c') diff --git a/shell/cmdedit.c b/shell/cmdedit.c index 68772fe05..93758c9fb 100644 --- a/shell/cmdedit.c +++ b/shell/cmdedit.c @@ -77,7 +77,6 @@ static int n_history; static int cur_history; #endif -//#include #define setTermSettings(fd,argp) tcsetattr(fd, TCSANOW, argp) #define getTermSettings(fd,argp) tcgetattr(fd, argp); -- cgit v1.2.3