Move warning emission on dupe edges from State to ManifestParser.
authorNico Weber <nicolasweber@gmx.de>
Tue, 24 Mar 2015 01:16:36 +0000 (18:16 -0700)
committerNico Weber <nicolasweber@gmx.de>
Tue, 24 Mar 2015 01:16:36 +0000 (18:16 -0700)
commit96d873e6efb5da29a683ff48294c2216a52e34c1
tree79e83b5779d38c6369c01206b5c18b0e5f48cc68
parentda1be5ece1f164ec6087aafe4efb0084c474afea
Move warning emission on dupe edges from State to ManifestParser.

This will make it easier to optionally make this an error (because
ManifestParser has a way of printing errors), and it'll also make
it easier to make the tests quiet again.

No behavior change.
src/manifest_parser.cc
src/state.cc
src/state.h