mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
13 lines
305 B
XML
13 lines
305 B
XML
<!DOCTYPE qhelp PUBLIC
|
|
"-//Semmle//qhelp//EN"
|
|
"qhelp.dtd">
|
|
<qhelp>
|
|
<fragment>
|
|
|
|
<p> Variables that are defined in a group, for example <code>x, y = func()</code> are handled collectively.
|
|
If they are all unused, then this is reported. Otherwise they are all treated as used.
|
|
</p>
|
|
|
|
</fragment>
|
|
</qhelp>
|