Skip to content

Commit 71cce3f

Browse files
committed
Remove dgram_legacy
1 parent 58e892d commit 71cce3f

4 files changed

Lines changed: 1 addition & 316 deletions

File tree

File renamed without changes.

lib/dgram_legacy.js

Lines changed: 0 additions & 311 deletions
This file was deleted.

node.gyp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
'lib/console.js',
2020
'lib/constants.js',
2121
'lib/crypto.js',
22-
'lib/dgram_legacy.js',
23-
'lib/dgram_uv.js',
22+
'lib/dgram.js',
2423
'lib/dns.js',
2524
'lib/events.js',
2625
'lib/freelist.js',

src/node.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,9 +461,6 @@
461461
case 'tty':
462462
return process.features.uv ? 'tty_uv' : 'tty_legacy';
463463

464-
case 'dgram':
465-
return process.features.uv ? 'dgram_uv' : 'dgram_legacy';
466-
467464
default:
468465
return id;
469466
}

0 commit comments

Comments
 (0)