mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 13:48:44 +02:00
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>
This commit is contained in:
parent
91d28d8b46
commit
b51eba422f
7 changed files with 0 additions and 19 deletions
|
@ -3135,9 +3135,6 @@ void Http2State::MemoryInfo(MemoryTracker* tracker) const {
|
|||
tracker->TrackField("root_buffer", root_buffer);
|
||||
}
|
||||
|
||||
// TODO(addaleax): Remove once we're on C++17.
|
||||
constexpr FastStringKey Http2State::type_name;
|
||||
|
||||
// Set up the process.binding('http2') binding.
|
||||
void Initialize(Local<Object> target,
|
||||
Local<Value> unused,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue