mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
LibIPC: Remove needless virtual destructor overrides
This commit is contained in:
Notes:
github-actions[bot]
2026-04-23 13:43:39 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/fff7598ea90 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/9051
@@ -356,8 +356,6 @@ public:""")
|
||||
""")
|
||||
|
||||
out.write(f"""
|
||||
virtual ~{pascal_name}() override = default;
|
||||
|
||||
static constexpr u32 ENDPOINT_MAGIC = {endpoint.magic};
|
||||
|
||||
virtual u32 endpoint_magic() const override {{ return ENDPOINT_MAGIC; }}
|
||||
|
||||
Reference in New Issue
Block a user