diff options
Diffstat (limited to 'libgo/runtime/stack.c')
-rw-r--r-- | libgo/runtime/stack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/runtime/stack.c b/libgo/runtime/stack.c index 98f98fe..1ce30db 100644 --- a/libgo/runtime/stack.c +++ b/libgo/runtime/stack.c @@ -80,7 +80,6 @@ static void doscanstack1(G *gp, void *gcw) { scanstackblock(sp, (uintptr)(spsize), gcw); } #else - M *mp; byte* bottom; byte* top; |