summaryrefslogtreecommitdiff
path: root/src/vim9.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim9.h')
-rw-r--r--src/vim9.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vim9.h b/src/vim9.h
index d759be209..c92b05fcf 100644
--- a/src/vim9.h
+++ b/src/vim9.h
@@ -173,7 +173,6 @@ typedef enum {
ISN_2STRING_ANY, // like ISN_2STRING but check type
ISN_NEGATENR, // apply "-" to number
- ISN_CHECKNR, // check value can be used as a number
ISN_CHECKTYPE, // check value type is isn_arg.type.ct_type
ISN_CHECKLEN, // check list length is isn_arg.checklen.cl_min_len
ISN_SETTYPE, // set dict type to isn_arg.type.ct_type