6672682: Forgotten file from CR 6615656

Reviewed-by: michaelm
This commit is contained in:
Chris Hegarty 2008-03-07 15:15:54 +00:00
parent 349fef2b70
commit afd3b1f4ba

View File

@ -304,11 +304,6 @@ class PlainSocketImpl extends AbstractPlainSocketImpl
return impl.socketGetOption(opt, iaContainerObj);
}
int socketGetOption1(int opt, Object iaContainerObj, FileDescriptor fd)
throws SocketException {
return impl.socketGetOption1(opt, iaContainerObj, fd);
}
void socketSendUrgentData(int data) throws IOException {
impl.socketSendUrgentData(data);
}