Files
vault/changelog/20933.txt
Marc Boudreau 4374d7633b Code Cleanup Around Audit Backends (#20933)
* clean up go compiler warnings

* remove unused field from backendEntry struct
remove function argument no longer needed

* add changelog record

* use context.Background instead of context.TODO
2023-06-05 16:53:29 -04:00

3 lines
100 B
Plaintext

```release-note:improvement
core: remove unnecessary *BarrierView field from backendEntry struct
```