Commit 7584e1d
authored
ringbuf: Remove unused
This commit removes one more instance of the `#[used]` attribute in
`ringbuf` that we don't actually need --- in the macro that generates
`counted_ringbuf!`s when counters are enabled but the actual ringbuf
isn't. I had somehow forgotten this in #2167, my bad!#[used] we weren't using (#2170)1 parent a48fa97 commit 7584e1d
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
385 | 384 | | |
386 | 385 | | |
387 | 386 | | |
388 | 387 | | |
389 | 388 | | |
390 | 389 | | |
391 | 390 | | |
392 | | - | |
393 | 391 | | |
394 | 392 | | |
395 | 393 | | |
| |||
0 commit comments