Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2022-02-11 19:42:09 +0300
committerGitHub <noreply@github.com>2022-02-11 19:42:09 +0300
commitb51eba422f4988b954d24b4e7aa27bd9c491e58b (patch)
treeae5168d2f39785c4d1eaf4951b2dfc7d6303bd06 /src/node_blob.cc
parent91d28d8b46cbb9b101ee2c51a32adafb12bc24b7 (diff)
src: remove separate definitions for static constexpr members
This is no longer necessary (and actually deprecated) since C++17. PR-URL: https://github.com/nodejs/node/pull/41755 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Diffstat (limited to 'src/node_blob.cc')
-rw-r--r--src/node_blob.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_blob.cc b/src/node_blob.cc
index 4643da4c174..0d23158256c 100644
--- a/src/node_blob.cc
+++ b/src/node_blob.cc
@@ -482,8 +482,6 @@ InternalFieldInfo* BlobBindingData::Serialize(int index) {
return info;
}
-constexpr FastStringKey BlobBindingData::type_name;
-
void Blob::RegisterExternalReferences(ExternalReferenceRegistry* registry) {
registry->Register(Blob::New);
registry->Register(Blob::ToArrayBuffer);