From febefc6c6d58a28025e4ac96fa173d52938f3e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Thu, 25 May 2017 13:48:56 +0200 Subject: Get rid of "error_is_fatal" --- ell.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ell.c b/ell.c index accfb1e..101b59e 100644 --- a/ell.c +++ b/ell.c @@ -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 }; -- cgit v1.2.3