[roll] Roll fuchsia [fidl-async-2] Remove server functionality

There does not appear to be any users.

`fidl::BindServer` should be able to cover the majority of use cases.
It's missing one which is putting a hard limit on the number of
concurrent transactions. We could consider adding that feature if
needed.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/687123
Original-Revision: 342b3fe2e31dd861626b1f860aadbd40fb260bde
GitOrigin-RevId: 84649ee36b5d962519e4630b594446b2fdcb8772
Change-Id: I8bb0848b307a75c0b0d46f213e81e345b3cf8b0c
1 file changed
tree: 10fb5e1540adeff393ef5ac4fa222cf19f387566
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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 via the IRC channel #fuchsia on Freenode.

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.