From 747311bd9cb82c02bfa4622054b5142a71a6c8ec Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 2 Jan 2017 18:21:14 -0700 Subject: [PATCH] t/stest: remove old test Signed-off-by: Jens Axboe --- t/stest.c | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/t/stest.c b/t/stest.c index 0e0d8b0b..04df60dc 100644 --- a/t/stest.c +++ b/t/stest.c @@ -59,15 +59,6 @@ static int do_rand_allocs(void) return 0; } -static int do_specific_alloc(unsigned long size) -{ - void *ptr; - - ptr = smalloc(size); - sfree(ptr); - return 0; -} - int main(int argc, char *argv[]) { arch_init(argv); @@ -76,9 +67,6 @@ int main(int argc, char *argv[]) do_rand_allocs(); - /* smalloc bug, commit 271067a6 */ - do_specific_alloc(671386584); - scleanup(); return 0; } -- 2.25.1