We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f81ce commit fe42a7cCopy full SHA for fe42a7c
pcap.c
@@ -613,10 +613,6 @@ static const luaL_reg pcap_methods[] =
613
{"next", lpcap_next},
614
/* TODO - wt_pcap.c also had a next_nonblocking(), I'm not sure why a setnonblocking() wasn't sufficient */
615
{"inject", lpcap_inject},
616
-
617
- /* FIXME remove these once we don't need backwards compatibility */
618
- {"destroy", lpcap_close},
619
- {"get_selectable_fd", lpcap_getfd},
620
{NULL, NULL}
621
};
622
0 commit comments