hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 082c9b7a71b96db77db2909c01e233ff7d493bc9
parent f7f2e1d12c741aac3bf6578b02a70c5093290256
Author: Sebastian <sebastian@sebsite.pw>
Date:   Wed, 23 Feb 2022 15:11:10 -0500

sort: remove unused function declarations

Signed-off-by: Sebastian <sebastian@sebsite.pw>

Diffstat:
Msort/+test.ha | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/sort/+test.ha b/sort/+test.ha @@ -22,9 +22,6 @@ fn ncmp(a: const *void, b: const *void) int = { assert(search(nums[..], size(int), &key, &ncmp) == null); }; -fn io::errorln(items: str...) void; -fn strconv::itos(in: int) str; - @test fn sort() void = { let nums = [ 1, 6, 10, 7, 8, 10, 10, 3, 7, 5, 5, 8, 1, 1, 1, 9, 2, 3, 1, 4,