Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Remove dgram_legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 11, 2011
1 parent 58e892d commit 71cce3f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 316 deletions.
File renamed without changes.
311 changes: 0 additions & 311 deletions lib/dgram_legacy.js

This file was deleted.

3 changes: 1 addition & 2 deletions node.gyp
Expand Up @@ -19,8 +19,7 @@
'lib/console.js',
'lib/constants.js',
'lib/crypto.js',
'lib/dgram_legacy.js',
'lib/dgram_uv.js',
'lib/dgram.js',
'lib/dns.js',
'lib/events.js',
'lib/freelist.js',
Expand Down
3 changes: 0 additions & 3 deletions src/node.js
Expand Up @@ -461,9 +461,6 @@
case 'tty':
return process.features.uv ? 'tty_uv' : 'tty_legacy';

case 'dgram':
return process.features.uv ? 'dgram_uv' : 'dgram_legacy';

default:
return id;
}
Expand Down

0 comments on commit 71cce3f

Please sign in to comment.