diff --git a/vm_state.h b/vm_state.h index fc9ef8f..ccfcf75 100644 --- a/vm_state.h +++ b/vm_state.h @@ -94,8 +94,6 @@ class vm_state using found_memblock_t = vm_find_result; /** A map of memblock names (integers) to their memblock info. */ using memblock_map_t = std::map; - /** Collection used for the stack. Currently a vector of values. */ - using stack_t = std::vector; /** Collection used for storing callback info. */ using callbacks_t = std::vector; /** A pointer to a thread allocated for a state. */