From c881aca893f73791749cbc7b570f9f8d2f3f3b29 Mon Sep 17 00:00:00 2001 From: "Jens K. Mueller" Date: Sun, 26 Aug 2012 15:38:33 +0200 Subject: [PATCH] Remove unneeded stack_check --- tests/app_7/app_7.d | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/tests/app_7/app_7.d b/tests/app_7/app_7.d index 360e9a7..bfd991f 100644 --- a/tests/app_7/app_7.d +++ b/tests/app_7/app_7.d @@ -9,16 +9,6 @@ import std.datetime; immutable uint yield_count = 1000; immutable uint worker_count = 10; -uint stack_check() -{ - uint x; - asm - { - mov x,ESP; - } - return x; -} - void fiber_func() { uint i = yield_count;