diff --git a/patches/node/.patches b/patches/node/.patches index 659961fec4d31..99354bddd4407 100644 --- a/patches/node/.patches +++ b/patches/node/.patches @@ -31,7 +31,6 @@ heap_remove_allocationspace_map_space_enum_constant.patch api_pass_oomdetails_to_oomerrorcallback.patch fix_expose_lookupandcompile_with_parameters.patch fix_prevent_changing_functiontemplateinfo_after_publish.patch -chore_add_missing_algorithm_include.patch fix_tolocalstring_unicode_mismatch.patch enable_crashpad_linux_node_processes.patch allow_embedder_to_control_codegenerationfromstringscallback.patch diff --git a/patches/node/chore_add_missing_algorithm_include.patch b/patches/node/chore_add_missing_algorithm_include.patch deleted file mode 100644 index 737ebff808e45..0000000000000 --- a/patches/node/chore_add_missing_algorithm_include.patch +++ /dev/null @@ -1,20 +0,0 @@ -From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 -From: John Kleinschmidt -Date: Wed, 16 Nov 2022 16:58:45 -0500 -Subject: chore: add missing include - -https://github.com/nodejs/node/commit/4124b037743abb8f80a9d4b78a3b3f6aa64a18f9 added a call -to std::all_of, but did not add the needed header include. - -diff --git a/src/inspector_socket.cc b/src/inspector_socket.cc -index 8001d893e1fdcc339d8c766c3dd2c5155b36e8cc..c7331567581be1ef884982cd4a166113f9d2fd09 100644 ---- a/src/inspector_socket.cc -+++ b/src/inspector_socket.cc -@@ -6,6 +6,7 @@ - - #include "openssl/sha.h" // Sha-1 hash - -+#include - #include - #include -