From 35215345a8a0c7cf4518c2cc282fc3f5992147b5 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 31 Jan 2006 21:23:13 +0000 Subject: [PATCH] *** empty log message *** --- src/command.C | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/src/command.C b/src/command.C index ace499a5..dbf2aaf1 100644 --- a/src/command.C +++ b/src/command.C @@ -51,11 +51,6 @@ #include "version.h" #include "command.h" -#if HAVE_SCHED_YIELD -#undef HAVE_SCHED_YIELD // disabled for the time being -//# include -#endif - #ifdef KEYSYM_RESOURCE # include "keyboard.h" #endif @@ -1097,24 +1092,6 @@ rxvt_term::slip_wheel_cb (time_watcher &w) } #endif -#if HAVE_SCHED_YIELD -static struct event_handler -{ - check_watcher cw_yield; - - void yield (check_watcher &w) - { - sched_yield (); - w.stop (); - } - - event_handler () - : cw_yield (this, &event_handler::yield) - { - } -} event_handler; -#endif - bool rxvt_term::pty_fill () { -- 2.34.1