Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.

Commit

Permalink
Remove stack_t type.
Browse files Browse the repository at this point in the history
Unused in vm_state.
  • Loading branch information
nilium committed Dec 2, 2014
1 parent 030054d commit 0a53541
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vm_state.h
Expand Up @@ -94,8 +94,6 @@ class vm_state
using found_memblock_t = vm_find_result<memblock>;
/** A map of memblock names (integers) to their memblock info. */
using memblock_map_t = std::map<int64_t, memblock>;
/** Collection used for the stack. Currently a vector of values. */
using stack_t = std::vector<vm_value>;
/** Collection used for storing callback info. */
using callbacks_t = std::vector<callback_info>;
/** A pointer to a thread allocated for a state. */
Expand Down

0 comments on commit 0a53541

Please sign in to comment.