Skip to content

Commit

Permalink
debugger: remove obsolete _debug_agent.js
Browse files Browse the repository at this point in the history
With _debugger.js removed, _debug_agent.js appears to be unnecessary.

PR-URL: #12582
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
  • Loading branch information
Trott authored and jasnell committed Apr 24, 2017
1 parent 3663ac2 commit 549e81b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 207 deletions.
196 changes: 0 additions & 196 deletions lib/_debug_agent.js

This file was deleted.

1 change: 0 additions & 1 deletion node.gyp
Expand Up @@ -22,7 +22,6 @@
'node_core_target_name%': 'node',
'library_files': [
'lib/internal/bootstrap_node.js',
'lib/_debug_agent.js',
'lib/assert.js',
'lib/buffer.js',
'lib/child_process.js',
Expand Down
10 changes: 0 additions & 10 deletions test/parallel/test-debug-agent.js

This file was deleted.

0 comments on commit 549e81b

Please sign in to comment.