mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 12:08:14 +00:00
LibIPC: Remove now-unused stream operator from IPC::Encoder
The fallible encoders are now the only option to encode values.
This commit is contained in:
parent
8b7b03b369
commit
4819ebe831
1 changed files with 0 additions and 7 deletions
|
@ -31,13 +31,6 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
Encoder& operator<<(T const& value)
|
||||
{
|
||||
(void)encode(value);
|
||||
return *this;
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
ErrorOr<void> encode(T const& value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue