Skip to content

Commit f5d6ef0

Browse files
authored
Remove subscription_t's clock.identifier field. (#125)
As noticed in rust-lang/rust#65617 (comment), the `clock.identifier` field in `subscription_t` isn't used for anything. It came from CloudABI, where it appears to be a holdover from an earlier API feature which is no longer present.
1 parent 1281dab commit f5d6ef0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

phases/ephemeral/witx/typenames.witx

-2
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,6 @@
552552
;; The contents of a $subscription_t when type is `EVENTTYPE_CLOCK`.
553553
(typename $subscription_clock_t
554554
(struct
555-
;; The user-defined unique identifier of the clock.
556-
(field $identifier $userdata_t)
557555
;; The clock against which to compare the timestamp.
558556
(field $clock_id $clockid_t)
559557
;; The absolute or relative timestamp.

0 commit comments

Comments
 (0)