ソースコードはあるスコープで変数を宣言しているが、その変数はより狭いスコープでしか使われない。 変数はより狭いスコープでしか使われない。
The source code declares a variable in one scope, but the variable is only used within a narrower scope.