roll: third_party/pigweed pw_thread: Delete deprecated function pointer constructor
- Remove the deprecated function pointer constructor, which was made
private previously.
- Remove the unused pw::thread::DeprecatedOrNewThreadFn adapter class.
BREAKING CHANGE: Projects with a custom pw_thread backend must replace
uses of pw::thread::DeprecatedOrNewThreadFn with pw::Function<void()>
and delete their implementation of the ThreadRoutine Thread constructor:
Thread(const Options& options, ThreadRoutine entry, void* arg)
That constructor is private and unused so can be deleted safely.
Fixes: b/367786892
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/236893
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: dc99cbcc9e80267da9a19dfd49fdf4be77848a92
Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: 5c30c1e31e88bb..dc99cbcc9e8026
Roller-URL: https://ci.chromium.org/b/8735059885241172577
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: I2edea560801b5ace74e0d978a921b683288c4993
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/examples/+/240013
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
diff --git a/third_party/pigweed b/third_party/pigweed
index 5c30c1e..dc99cbc 160000
--- a/third_party/pigweed
+++ b/third_party/pigweed
@@ -1 +1 @@
-Subproject commit 5c30c1e31e88bbdaca5c6ca339f20e05f09417ae
+Subproject commit dc99cbcc9e80267da9a19dfd49fdf4be77848a92