Description[DevTools] Remove dead code from devtools_file_system_indexer.cc
Index is only instantiated as a leak LazyInstance, so its destructor is
never invoked. Index::PrintStats() is never called anywhere.
This cleans up the code and avoids -Wunused-function warnings in recent
versions of GCC.
R=dgozman@chromium.org,pfeldman@chromium.org
Committed: https://crrev.com/65005e8e575b752ab1fa84767dbcd49595f26791
Cr-Commit-Position: refs/heads/master@{#432458}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|