remove some methods that shouldn't have been here anyways...

This commit is contained in:
pandaemonium 2007-08-22 18:52:10 +00:00
parent c01cda9d1b
commit fd8ef186b1

View file

@ -201,11 +201,4 @@ extern void fdwatch_traverse(t_fdw_cb cb, void *data)
}
}
FDWBackend::FDWBackend(int nfds_)
:nfds(nfds_)
{}
FDWBackend::~ FDWBackend() throw()
{}
}