From 201a4ef11cc69d7d7c384db4d937d0d413811577 Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 25 Mar 2018 15:13:05 +0300 Subject: *: Replace did_throw checks with current_exception checks Removes obsolete did_throw after that. --- src/nvim/api/private/helpers.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/api/private/helpers.h') diff --git a/src/nvim/api/private/helpers.h b/src/nvim/api/private/helpers.h index 87f334ac30..0634764f13 100644 --- a/src/nvim/api/private/helpers.h +++ b/src/nvim/api/private/helpers.h @@ -93,7 +93,6 @@ typedef struct { const struct msglist *const *msg_list; int trylevel; int got_int; - int did_throw; int need_rethrow; int did_emsg; } TryState; -- cgit