Commit a3a8a3b2 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

Remove unfinished code.

parent f78a18ff
......@@ -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) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment