mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:07:45 +00:00
LibIPC: Remove redundant IPC::Dictionary type
We already have and use HashMap<DeprecatedString, DeprecatedString> nearly everywhere, which is essentially equivalent.
This commit is contained in:
parent
d030f0fe9b
commit
943ecaede6
7 changed files with 0 additions and 94 deletions
|
@ -11,7 +11,6 @@
|
|||
namespace IPC {
|
||||
|
||||
class Decoder;
|
||||
class Dictionary;
|
||||
class Encoder;
|
||||
class Message;
|
||||
class File;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue