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:
Ben Wiederhake 2023-05-14 23:04:47 +02:00 committed by Andreas Kling
commit 943ecaede6
Notes: sideshowbarker 2024-07-17 02:39:10 +09:00
7 changed files with 0 additions and 94 deletions

View file

@ -99,9 +99,6 @@ ErrorOr<Time> decode(Decoder&);
template<>
ErrorOr<URL> decode(Decoder&);
template<>
ErrorOr<Dictionary> decode(Decoder&);
template<>
ErrorOr<File> decode(Decoder&);