rt: Remove the stack pointer field of stk_seg

This commit is contained in:
Brian Anderson
2011-11-30 17:08:06 -08:00
parent 408d4ec0ef
commit e6ef4d929c
5 changed files with 9 additions and 42 deletions

View File

@@ -26,7 +26,6 @@ struct rust_box;
struct stk_seg {
stk_seg *next;
uintptr_t limit;
uintptr_t return_sp;
unsigned int valgrind_id;
#ifndef _LP64
uint32_t pad;