mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
Everywhere: Remove all KERNEL #defines
This commit is contained in:
committed by
Andreas Kling
parent
de99dd2c89
commit
5ca2f4dfd7
Notes:
sideshowbarker
2024-07-16 23:17:55 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/5ca2f4dfd7 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/195
@@ -33,9 +33,7 @@ public:
|
||||
return ByteBuffer::create_uninitialized(input_size + T::block_size() - remainder);
|
||||
}
|
||||
|
||||
#ifndef KERNEL
|
||||
virtual ByteString class_name() const = 0;
|
||||
#endif
|
||||
|
||||
T& cipher()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user