Commit 99c62cc 1 parent b1a8ac7 commit 99c62cc Copy full SHA for 99c62cc
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 @@ -90,19 +90,11 @@ Environment::AsyncHooks::fields() {
90
90
return fields_;
91
91
}
92
92
93
- inline int Environment::AsyncHooks::fields_count () const {
94
- return kFieldsCount ;
95
- }
96
-
97
93
inline AliasedBuffer<double , v8::Float64Array>&
98
94
Environment::AsyncHooks::async_id_fields () {
99
95
return async_id_fields_;
100
96
}
101
97
102
- inline int Environment::AsyncHooks::async_id_fields_count () const {
103
- return kUidFieldsCount ;
104
- }
105
-
106
98
inline v8::Local<v8::String> Environment::AsyncHooks::provider_string (int idx) {
107
99
return providers_[idx].Get (isolate_);
108
100
}
Original file line number Diff line number Diff line change @@ -387,10 +387,7 @@ class Environment {
387
387
AsyncHooks () = delete ;
388
388
389
389
inline AliasedBuffer<uint32_t , v8::Uint32Array>& fields ();
390
- inline int fields_count () const ;
391
-
392
390
inline AliasedBuffer<double , v8::Float64Array>& async_id_fields ();
393
- inline int async_id_fields_count () const ;
394
391
395
392
inline v8::Local<v8::String> provider_string (int idx);
396
393
You can’t perform that action at this time.
0 commit comments