summaryrefslogtreecommitdiff
path: root/src/base/pollevent.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/pollevent.hh')
-rw-r--r--src/base/pollevent.hh9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/base/pollevent.hh b/src/base/pollevent.hh
index b9c833c8a..5e0faa729 100644
--- a/src/base/pollevent.hh
+++ b/src/base/pollevent.hh
@@ -83,17 +83,8 @@ class PollQueue
void schedule(PollEvent *event);
void service();
- protected:
- static bool handler;
- static struct sigaction oldio;
- static struct sigaction oldalrm;
-
public:
static void setupAsyncIO(int fd, bool set);
- static void handleIO(int);
- static void handleALRM(int);
- static void removeHandler();
- static void setupHandler();
};
extern PollQueue pollQueue;