Remove logic for recovering from OOM
This commit is contained in:
parent
e53beb66c9
commit
4106ecda43
14 changed files with 162 additions and 501 deletions
|
|
@ -24,11 +24,7 @@ typedef struct {
|
|||
typedef Array(StackSlice) StackSliceArray;
|
||||
|
||||
typedef struct {
|
||||
enum {
|
||||
StackPopFailed,
|
||||
StackPopStoppedAtError,
|
||||
StackPopSucceeded,
|
||||
} status;
|
||||
bool stopped_at_error;
|
||||
StackSliceArray slices;
|
||||
} StackPopResult;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue