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() {
96
96
return fields_;
97
97
}
98
98
99
- inline int Environment::AsyncHooks::fields_count () const {
100
- return kFieldsCount ;
101
- }
102
-
103
99
inline AliasedBuffer<double , v8::Float64Array>&
104
100
Environment::AsyncHooks::async_id_fields () {
105
101
return async_id_fields_;
106
102
}
107
103
108
- inline int Environment::AsyncHooks::async_id_fields_count () const {
109
- return kUidFieldsCount ;
110
- }
111
-
112
104
inline v8::Local<v8::String> Environment::AsyncHooks::provider_string (int idx) {
113
105
return providers_[idx].Get (isolate_);
114
106
}
Original file line number Diff line number Diff line change @@ -388,10 +388,7 @@ class Environment {
388
388
AsyncHooks () = delete ;
389
389
390
390
inline AliasedBuffer<uint32_t , v8::Uint32Array>& fields ();
391
- inline int fields_count () const ;
392
-
393
391
inline AliasedBuffer<double , v8::Float64Array>& async_id_fields ();
394
- inline int async_id_fields_count () const ;
395
392
396
393
inline v8::Local<v8::String> provider_string (int idx);
397
394
You can’t perform that action at this time.
0 commit comments