Remove deprecated functions.

This commit is contained in:
Christoffer Lerno
2025-02-28 15:54:03 +01:00
committed by Christoffer Lerno
parent 61c67c8f23
commit 222bfb158b
8 changed files with 0 additions and 356 deletions

View File

@@ -1,10 +1,5 @@
module std::sort;
macro usz @len_from_list(&list) @deprecated
{
return len_from_list(*list);
}
macro usz len_from_list(list)
{
$if $defined(list.len()):