Replaced polling loop for LCR and chan_lcr with select based event loop.
[lcr.git] / endpointapp.cpp
index a3c6f56..158b3d6 100644 (file)
@@ -28,11 +28,6 @@ EndpointApp::~EndpointApp(void)
        classuse--;
 }
 
-int EndpointApp::handler(void)
-{
-       return(0);
-}
-
 /* mini application for test purpose only */
 
 void EndpointApp::ea_message_port(unsigned int port_id, int message_type, union parameter *param)