mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:48:14 +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
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
Add a link
Reference in a new issue