mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Remove deprecated functions.
This commit is contained in:
committed by
Christoffer Lerno
parent
61c67c8f23
commit
222bfb158b
@@ -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()):
|
||||
|
||||
Reference in New Issue
Block a user