Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
get rid of dead code
  • Loading branch information
Julien Gilli committed Jan 14, 2019
commit 2e459d0ce74420542ee773520bca18f6a554418a
1 change: 0 additions & 1 deletion test/parallel/test-http-parser-reuse-domain.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ function performHttpRequest(opts, cb) {

function performHttpRequestInNewDomain(opts, cb) {
const d = domain.create();
d._id = opts.id;
d.run(() => {
performHttpRequest(opts, cb);
});
Expand Down