Skip to content

Commit fe42a7c

Browse files
committed
Remove :destroy() and :get_selectable_fd(), which were for backwards compatibility.
1 parent b9f81ce commit fe42a7c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pcap.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -613,10 +613,6 @@ static const luaL_reg pcap_methods[] =
613613
{"next", lpcap_next},
614614
/* TODO - wt_pcap.c also had a next_nonblocking(), I'm not sure why a setnonblocking() wasn't sufficient */
615615
{"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},
620616
{NULL, NULL}
621617
};
622618

0 commit comments

Comments
 (0)