File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2373,10 +2373,6 @@ Members:
23732373
23742374 - <a href =" #subscription.u.clock " name =" subscription.u.clock " ></a >** ` u.clock ` **
23752375
2376- - <a href="#subscription.u.clock.identifier" name="subscription.u.clock.identifier"></a><code>[\_\_wasi\_userdata\_t](#userdata) <strong>identifier</strong></code>
2377-
2378- The user-defined unique identifier of the clock.
2379-
23802376 - <a href="#subscription.u.clock.clock_id" name="subscription.u.clock.clock_id"></a><code>[\_\_wasi\_clockid\_t](#clockid) <strong>clock\_id</strong></code>
23812377
23822378 The clock against which to compare the timestamp.
Original file line number Diff line number Diff line change @@ -266,7 +266,6 @@ typedef struct uvwasi_subscription_s {
266266 uvwasi_eventtype_t type ;
267267 union {
268268 struct {
269- uvwasi_userdata_t identifier ;
270269 uvwasi_clockid_t clock_id ;
271270 uvwasi_timestamp_t timeout ;
272271 uvwasi_timestamp_t precision ;
You can’t perform that action at this time.
0 commit comments