remove some methods that shouldn't have been here anyways...
This commit is contained in:
parent
c01cda9d1b
commit
fd8ef186b1
1 changed files with 0 additions and 7 deletions
|
@ -201,11 +201,4 @@ extern void fdwatch_traverse(t_fdw_cb cb, void *data)
|
|||
}
|
||||
}
|
||||
|
||||
FDWBackend::FDWBackend(int nfds_)
|
||||
:nfds(nfds_)
|
||||
{}
|
||||
|
||||
FDWBackend::~ FDWBackend() throw()
|
||||
{}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue