mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 12:49:05 +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
Notes:
sideshowbarker
2024-07-17 02:39:10 +09:00
Author: https://github.com/BenWiederhake
Commit: 943ecaede6
Pull-request: https://github.com/SerenityOS/serenity/pull/18928
7 changed files with 0 additions and 94 deletions
|
@ -99,9 +99,6 @@ ErrorOr<Time> decode(Decoder&);
|
|||
template<>
|
||||
ErrorOr<URL> decode(Decoder&);
|
||||
|
||||
template<>
|
||||
ErrorOr<Dictionary> decode(Decoder&);
|
||||
|
||||
template<>
|
||||
ErrorOr<File> decode(Decoder&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue