mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 04:25:13 +00:00
IPCCompiler: Remove outdated FIXME
We actually do support longer messages now since the message encoder grows dynamically.
This commit is contained in:
parent
4352558bf7
commit
a894a799c3
Notes:
sideshowbarker
2024-07-19 09:35:49 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a894a799c3e
1 changed files with 0 additions and 1 deletions
|
@ -387,7 +387,6 @@ int main(int argc, char** argv)
|
|||
dbg() << " }";
|
||||
dbg() << " virtual IMessageBuffer encode() const override";
|
||||
dbg() << " {";
|
||||
// FIXME: Support longer messages:
|
||||
dbg() << " IMessageBuffer buffer;";
|
||||
dbg() << " IEncoder stream(buffer);";
|
||||
dbg() << " stream << endpoint_magic();";
|
||||
|
|
Loading…
Add table
Reference in a new issue