Index: base/process/process_metrics_linux.cc |
diff --git a/base/process/process_metrics_linux.cc b/base/process/process_metrics_linux.cc |
index bcebcf5729fda730528c49119c3c58c19e0ac6dc..8fad4d748a0fbd0ec5af4d857fe572d3feb59247 100644 |
--- a/base/process/process_metrics_linux.cc |
+++ b/base/process/process_metrics_linux.cc |
@@ -86,7 +86,6 @@ size_t ReadProcStatusAndGetFieldAsSizeT(pid_t pid, const std::string& field) { |
return value; |
} |
} |
- NOTREACHED(); |
Nico
2016/01/08 00:45:52
is there test coverage for this change?
ssid
2016/01/08 11:26:01
There doesn't seem to be any unittest for this fun
Nico
2016/01/08 16:07:33
I mean, is this path now taken while it wasn't bef
|
return 0; |
} |