Skip to content

Commit

Permalink
Remove subscription_t's clock.identifier field. (#125)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sunfishcode committed Oct 31, 2019
1 parent 1281dab commit f5d6ef0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phases/ephemeral/witx/typenames.witx
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,6 @@
;; The contents of a $subscription_t when type is `EVENTTYPE_CLOCK`.
(typename $subscription_clock_t
(struct
;; The user-defined unique identifier of the clock.
(field $identifier $userdata_t)
;; The clock against which to compare the timestamp.
(field $clock_id $clockid_t)
;; The absolute or relative timestamp.
Expand Down

0 comments on commit f5d6ef0

Please sign in to comment.