Skip to content

Commit 111e1bc

Browse files
committed
positional_parameters.lkql: Remove the unused 'node' parameter to the 'check_actual_param' function
1 parent 6c8e093 commit 111e1bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lkql_checker/share/lkql/positional_parameters.lkql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
fun check_actual_param(spec, node, check_dot) =
1+
fun check_actual_param(spec, check_dot) =
22
match spec
33
| SubpSpec => {
44
val num_params = (
@@ -77,7 +77,6 @@ fun positional_parameters(node, all=false) =
7777
all
7878
or check_actual_param(
7979
c.p_called_subp_spec(),
80-
node,
8180
id.p_is_dot_call()
8281
)
8382
)

0 commit comments

Comments
 (0)