File tree 2 files changed +0
-11
lines changed
2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -117,19 +117,11 @@ Environment::AsyncHooks::fields() {
117
117
return fields_;
118
118
}
119
119
120
- inline int Environment::AsyncHooks::fields_count () const {
121
- return kFieldsCount ;
122
- }
123
-
124
120
inline AliasedBuffer<double , v8::Float64Array>&
125
121
Environment::AsyncHooks::async_id_fields () {
126
122
return async_id_fields_;
127
123
}
128
124
129
- inline int Environment::AsyncHooks::async_id_fields_count () const {
130
- return kUidFieldsCount ;
131
- }
132
-
133
125
inline v8::Local<v8::String> Environment::AsyncHooks::provider_string (int idx) {
134
126
return providers_[idx].Get (isolate_);
135
127
}
Original file line number Diff line number Diff line change @@ -408,10 +408,7 @@ class Environment {
408
408
AsyncHooks () = delete ;
409
409
410
410
inline AliasedBuffer<uint32_t , v8::Uint32Array>& fields ();
411
- inline int fields_count () const ;
412
-
413
411
inline AliasedBuffer<double , v8::Float64Array>& async_id_fields ();
414
- inline int async_id_fields_count () const ;
415
412
416
413
inline v8::Local<v8::String> provider_string (int idx);
417
414
You can’t perform that action at this time.
0 commit comments