Get rid of "error_is_fatal"

This commit is contained in:
Přemysl Eric Janouch 2017-05-25 13:48:56 +02:00
parent 0d078d7148
commit febefc6c6d
Signed by: p
GPG Key ID: B715679E3A361BE6
1 changed files with 0 additions and 2 deletions

2
ell.c
View File

@ -575,9 +575,7 @@ struct context {
struct item *arguments; ///< Arguments to last executed block
char *error; ///< Error information
bool error_is_fatal; ///< Whether the error can be catched
bool memory_failure; ///< Memory allocation failure
void *user_data; ///< User data
};