summaryrefslogtreecommitdiff
path: root/src/node_buffer.cc
diff options
context:
space:
mode:
authorDarshan Sen <raisinten@gmail.com>2022-05-13 19:54:13 +0530
committerGitHub <noreply@github.com>2022-05-13 15:24:13 +0100
commitf91dcc205dc91ac0a3b7aaf80b3ac07f08d2a900 (patch)
treefe04a2b70d2953cca26989e7a85cf9f0129e6de2 /src/node_buffer.cc
parent78c8d2a8c8a3b24a3e569ef4aaee3eb1d8efd4df (diff)
downloadnode-new-f91dcc205dc91ac0a3b7aaf80b3ac07f08d2a900.tar.gz
src: delete AllocatedBuffer
Since all its uses are now gone, it's time to say goodbye to AllocatedBuffer. Refs: https://github.com/nodejs/node/pull/39941 Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: https://github.com/nodejs/node/pull/43008 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'src/node_buffer.cc')
-rw-r--r--src/node_buffer.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/node_buffer.cc b/src/node_buffer.cc
index dcf5d84ca3..5b2186feb8 100644
--- a/src/node_buffer.cc
+++ b/src/node_buffer.cc
@@ -20,7 +20,6 @@
// USE OR OTHER DEALINGS IN THE SOFTWARE.
#include "node_buffer.h"
-#include "allocated_buffer-inl.h"
#include "node.h"
#include "node_blob.h"
#include "node_errors.h"