summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-02-14 06:55:17 +1100
committerGitHub <noreply@github.com>2024-02-13 12:55:17 -0700
commitb651990684059a0b917665cf24d2b1f75eb45dea (patch)
treea57136167eed68aa8ae5b0dde67f86c3fee1d93e
parent6be389ce291317346b2085231813cccd0e501daf (diff)
chore: cleanup obsolete `Datagram` export (#22078)
This isn't used anywhere outside the originating file.
-rw-r--r--ext/net/01_net.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/net/01_net.js b/ext/net/01_net.js
index 50f4971f5..18ba332a8 100644
--- a/ext/net/01_net.js
+++ b/ext/net/01_net.js
@@ -605,7 +605,6 @@ export {
Conn,
connect,
createListenDatagram,
- Datagram,
listen,
Listener,
listenOptionApiName,