analyzer: remove unused field
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 28 Sep 2020 20:53:53 +0000 (16:53 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Mon, 28 Sep 2020 23:51:46 +0000 (19:51 -0400)
commit20d16d61dd22a9bfb66d5c4a383d193037e8f16d
treef95236ef143b31eaff0ffd66eed58e26575203c9
parent01eabbeadb645959d5dcb0f00f41c3565a8f54f1
analyzer: remove unused field

I added this field (and the struct itself) in the rewrite of region and
value-handling (808f4dfeb3a95f50f15e71148e5c1067f90a126d), but the field
was never used.

Found by cppcheck.

gcc/analyzer/ChangeLog:
* diagnostic-manager.cc (null_assignment_sm_context::m_visitor):
Remove unused field.
gcc/analyzer/diagnostic-manager.cc