Remove unfinished code.

This commit is contained in:
Hisham Muhammad 2006-03-24 02:03:11 +00:00
parent f78a18ff44
commit a3a8a3b24b
1 changed files with 0 additions and 7 deletions

View File

@ -228,13 +228,6 @@ static void Process_printTime(RichString* str, unsigned long t) {
RichString_append(str, CRT_colors[DEFAULT_COLOR], buffer);
}
/* private */
static void Process_printTTY(RichString* str, int tty_nr) {
unsigned char minor = tty_nr;
unsigned char major = tty_nr >> 8;
char* buffer[11];
}
/* private */
inline static void Process_writeCommand(Process* this, int attr, RichString* str) {
if (this->pl->highlightBaseName) {