aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/private/helpers.h
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2018-03-25 15:13:05 +0300
committerZyX <kp-pav@yandex.ru>2018-03-25 15:13:05 +0300
commit201a4ef11cc69d7d7c384db4d937d0d413811577 (patch)
treeec388b4b3fa18e6963000bffd437b375bdaf8f84 /src/nvim/api/private/helpers.h
parent79b4b6fc86497fcb7b3f986e98cbf03f93b5b082 (diff)
downloadrneovim-201a4ef11cc69d7d7c384db4d937d0d413811577.tar.gz
rneovim-201a4ef11cc69d7d7c384db4d937d0d413811577.tar.bz2
rneovim-201a4ef11cc69d7d7c384db4d937d0d413811577.zip
*: Replace did_throw checks with current_exception checks
Removes obsolete did_throw after that.
Diffstat (limited to 'src/nvim/api/private/helpers.h')
-rw-r--r--src/nvim/api/private/helpers.h1
1 files changed, 0 insertions, 1 deletions
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;