summaryrefslogtreecommitdiffstats
path: root/src/vim9type.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vim9type.c')
-rw-r--r--src/vim9type.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vim9type.c b/src/vim9type.c
index 6671f5e3d4..bf82b7d3ce 100644
--- a/src/vim9type.c
+++ b/src/vim9type.c
@@ -532,12 +532,6 @@ check_typval_type(type_T *expected, typval_T *actual_tv, where_T where)
}
void
-type_mismatch(type_T *expected, type_T *actual)
-{
- arg_type_mismatch(expected, actual, 0);
-}
-
- void
arg_type_mismatch(type_T *expected, type_T *actual, int arg_idx)
{
where_T where = WHERE_INIT;