From e7f710c1d4729890806610e5450d7a0edfb4ac11 Mon Sep 17 00:00:00 2001 From: Gus Caplan Date: Sat, 22 Sep 2018 09:49:52 -0500 Subject: bootstrapper: move internalBinding to NativeModule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit internalBinding is used so often that it should just automatically be available for usage in internals. PR-URL: https://github.com/nodejs/node/pull/23025 Refs: https://github.com/nodejs/node/commit/2a9eb31 Reviewed-By: Anna Henningsen Reviewed-By: Michaƫl Zasso Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Joyee Cheung Reviewed-By: Refael Ackermann Reviewed-By: Ruben Bridgewater Reviewed-By: Sakthipriyan Vairamani Reviewed-By: Trivikram Kamat --- lib/dgram.js | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/dgram.js') diff --git a/lib/dgram.js b/lib/dgram.js index cfaea69abd..c4819f0eb0 100644 --- a/lib/dgram.js +++ b/lib/dgram.js @@ -52,7 +52,6 @@ const { defaultTriggerAsyncIdScope, symbols: { async_id_symbol, owner_symbol } } = require('internal/async_hooks'); -const { internalBinding } = require('internal/bootstrap/loaders'); const { UV_UDP_REUSEADDR } = process.binding('constants').os; const { UDP, SendWrap } = internalBinding('udp_wrap'); -- cgit v1.2.3