mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibCore: Remove forward declaration of non-existent type
This commit is contained in:
committed by
Jelle Raaijmakers
parent
ba01b2c322
commit
7093082d75
Notes:
github-actions[bot]
2026-02-23 11:16:59 +00:00
Author: https://github.com/BenWiederhake Commit: https://github.com/LadybirdBrowser/ladybird/commit/7093082d753 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/8087 Reviewed-by: https://github.com/gmta ✅
@@ -15,7 +15,6 @@ class ArgsParser;
|
||||
class BufferedSocketBase;
|
||||
class ConfigFile;
|
||||
class CustomEvent;
|
||||
class DateTime;
|
||||
class DirIterator;
|
||||
class DeferredInvocationContext;
|
||||
class ElapsedTimer;
|
||||
|
||||
@@ -129,9 +129,6 @@ ErrorOr<Empty> decode(Decoder&);
|
||||
template<>
|
||||
ErrorOr<Core::AnonymousBuffer> decode(Decoder&);
|
||||
|
||||
template<>
|
||||
ErrorOr<Core::DateTime> decode(Decoder&);
|
||||
|
||||
template<>
|
||||
ErrorOr<Core::ProxyData> decode(Decoder&);
|
||||
|
||||
|
||||
@@ -133,9 +133,6 @@ ErrorOr<void> encode(Encoder&, Empty const&);
|
||||
template<>
|
||||
ErrorOr<void> encode(Encoder&, Core::AnonymousBuffer const&);
|
||||
|
||||
template<>
|
||||
ErrorOr<void> encode(Encoder&, Core::DateTime const&);
|
||||
|
||||
template<>
|
||||
ErrorOr<void> encode(Encoder&, Core::ProxyData const&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user