Skip to content

Commit

Permalink
Bump third_party/pigweed/repo from 5d8f62a to 8b5d45a (#30648)
Browse files Browse the repository at this point in the history
* Bump third_party/pigweed/repo from `5d8f62a` to `8b5d45a`

Bumps [third_party/pigweed/repo](https://github.com/google/pigweed) from `5d8f62a` to `8b5d45a`.
- [Commits](google/pigweed@5d8f62a...8b5d45a)

---
updated-dependencies:
- dependency-name: third_party/pigweed/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Remove method that was unused and is not available anymore

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrei Litvin <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Dec 19, 2023
1 parent 771ac18 commit c35dbd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions examples/platform/linux/system_rpc_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ void set_socket_port(uint16_t new_socket_port)
socket_port = new_socket_port;
}

int GetServerSocketFd()
{
return socket_stream.connection_fd();
}

void Init()
{
log_basic::SetOutput([](std::string_view log) {
Expand Down
2 changes: 1 addition & 1 deletion third_party/pigweed/repo
Submodule repo updated 234 files

0 comments on commit c35dbd0

Please sign in to comment.