diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2013-10-02 21:59:38 +0200 |
---|---|---|
committer | Aaron Durbin <adurbin@google.com> | 2013-10-03 15:17:05 +0200 |
commit | 11b47801b2c3abc3bb8c523b722fafa1103bff45 (patch) | |
tree | 580dd65d189db666a04f88f82b5ae0e9a294a0d8 /src/mainboard/msi | |
parent | b142a5154280c00a3e4bc9d162b31bfe4b665f60 (diff) |
cpu/x86/mtrr/mtrr.c: Remove superfluous assignment to `type_index`
When building coreboot with the Clang static analyzer scan-build,
it reports »Value stored to 'type_index' is never read«. Indeed,
in `memranges_each_entry()` `type_index` is assigned a value
before being read. So remove that line.
Change-Id: I6da2fb8be7157bb98c57281babd4a08ca0d9f7a7
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/3953
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
Diffstat (limited to 'src/mainboard/msi')
0 files changed, 0 insertions, 0 deletions