1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Remove unused var

This commit is contained in:
Matthew Brown 2018-01-01 12:13:32 -05:00
parent 7418d6685f
commit a1247aeb60

View File

@ -207,12 +207,6 @@ class CallChecker
$var_type_part->value . '::__invoke' $var_type_part->value . '::__invoke'
) )
) { ) {
$var_id = ExpressionChecker::getVarId(
$stmt->name,
$statements_checker->getFQCLN(),
$statements_checker
);
$invalid_function_call_types[] = (string)$var_type_part; $invalid_function_call_types[] = (string)$var_type_part;
} }
} }