files that have both implicit and explicit edges should be implicit
authorEvan Martin <martine@danga.com>
Mon, 7 Mar 2011 19:25:10 +0000 (11:25 -0800)
committerEvan Martin <martine@danga.com>
Mon, 7 Mar 2011 19:25:54 +0000 (11:25 -0800)
commit15d4695878749c3525c96e856ef08dfb19a2c3e5
treed5829403a867eb44e1e7ec957ab77fcf2ad707c8
parenta5980c6bb2d6ccb6ffed2d92304c55ba94622963
files that have both implicit and explicit edges should be implicit

This is just deleting some code that was written in anticipation
of staying memory-resident; when loading a depfile, we don't need
to attempt to update existing entries in the dependency list, we
just need to blindly add them.
src/graph.cc
src/graph_test.cc