File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -96,19 +96,11 @@ Environment::AsyncHooks::fields() {
9696 return fields_;
9797}
9898
99- inline int Environment::AsyncHooks::fields_count () const {
100- return kFieldsCount ;
101- }
102-
10399inline AliasedBuffer<double , v8::Float64Array>&
104100Environment::AsyncHooks::async_id_fields () {
105101 return async_id_fields_;
106102}
107103
108- inline int Environment::AsyncHooks::async_id_fields_count () const {
109- return kUidFieldsCount ;
110- }
111-
112104inline v8::Local<v8::String> Environment::AsyncHooks::provider_string (int idx) {
113105 return providers_[idx].Get (isolate_);
114106}
Original file line number Diff line number Diff line change @@ -388,10 +388,7 @@ class Environment {
388388 AsyncHooks () = delete ;
389389
390390 inline AliasedBuffer<uint32_t , v8::Uint32Array>& fields ();
391- inline int fields_count () const ;
392-
393391 inline AliasedBuffer<double , v8::Float64Array>& async_id_fields ();
394- inline int async_id_fields_count () const ;
395392
396393 inline v8::Local<v8::String> provider_string (int idx);
397394
You can’t perform that action at this time.
0 commit comments