mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-09 09:39:39 +00:00
LibWasm: Remove some dead code
This commit is contained in:
parent
368dad54ef
commit
56ae6b3968
Notes:
sideshowbarker
2024-07-19 15:29:21 +09:00
Author: https://github.com/dzfrias
Commit: 56ae6b3968
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/702
Reviewed-by: https://github.com/alimpfard ✅
2 changed files with 0 additions and 51 deletions
|
@ -77,12 +77,6 @@ protected:
|
|||
template<typename PopType, typename PushType, typename Operator, typename... Args>
|
||||
void unary_operation(Configuration&, Args&&...);
|
||||
|
||||
template<typename V, typename T>
|
||||
MakeUnsigned<T> checked_unsigned_truncate(V);
|
||||
|
||||
template<typename V, typename T>
|
||||
MakeSigned<T> checked_signed_truncate(V);
|
||||
|
||||
template<typename T>
|
||||
T read_value(ReadonlyBytes data);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue