mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibIPC: Remove outdated warning about changing IPC encodings
We are no longer constrained by this LibC encoding.
This commit is contained in:
parent
6178557a07
commit
b090952274
Notes:
github-actions[bot]
2025-03-09 15:16:20 +00:00
Author: https://github.com/trflynn89
Commit: b090952274
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3865
2 changed files with 0 additions and 2 deletions
|
@ -130,7 +130,6 @@ ErrorOr<void> encode(Encoder& encoder, Array<T, N> const& array)
|
|||
template<Concepts::Vector T>
|
||||
ErrorOr<void> encode(Encoder& encoder, T const& vector)
|
||||
{
|
||||
// NOTE: Do not change this encoding without also updating LibC/netdb.cpp.
|
||||
TRY(encoder.encode_size(vector.size()));
|
||||
|
||||
for (auto const& value : vector)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue