From e764d1b4219e6615a04df1c3a6a5c0210a0a7dac Mon Sep 17 00:00:00 2001 From: Dominique Pelle Date: Sun, 12 Mar 2023 21:20:59 +0000 Subject: patch 9.0.1403: unused variables and functions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: Unused variables and functions. Solution: Delete items and adjust #ifdefs. (Dominique Pellé, closes #12145) --- runtime/doc/builtin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc/builtin.txt') diff --git a/runtime/doc/builtin.txt b/runtime/doc/builtin.txt index da2bf32f7d..0bdeabf70a 100644 --- a/runtime/doc/builtin.txt +++ b/runtime/doc/builtin.txt @@ -2994,7 +2994,7 @@ funcref({name} [, {arglist}] [, {dict}]) Can also be used as a |method|: > GetFuncname()->funcref([arg]) < - *function()* *partial* *E700* *E922* *E923* + *function()* *partial* *E700* *E923* function({name} [, {arglist}] [, {dict}]) Return a |Funcref| variable that refers to function {name}. {name} can be the name of a user defined function or an -- cgit v1.2.3