[roll] Roll fuchsia [overnet] Remove std::forward on lvalue reference

https://github.com/llvm/llvm-project/pull/120223 became more strict
about discarded value expressions. The current std::forward expressions
triggered a no-discard warning/error.

It seems like we can remove the `std::forward` on the lvalue reference
in these visitor functions anyway to resolve this error.

Original-Fixed: 385748190
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1179435
Original-Revision: f5151dcdb438a72b806da2dd8efdf1dcefe45583
GitOrigin-RevId: 1da2bddea99f38cf500975599e0a17cf1e649236
Change-Id: I053bca01ca47a110a9e3ccd29d3c8ce19f7588ef
1 file changed
tree: de0e424cf0b0b5538b98f76e65248ff5317de12d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.