linux: No need of |ptype| parameter.

This commit is contained in:
Cheng Zhao 2014-02-26 20:59:27 +08:00
parent b1f9c4dfc5
commit ce6f9f20bf
3 changed files with 0 additions and 10 deletions

View file

@ -552,12 +552,6 @@ void HandleCrashDump(const BreakpadInfo& info) {
}
}
if (info.process_type_length) {
writer.AddPairString("ptype", info.process_type);
writer.AddBoundary();
writer.Flush();
}
if (info.distro_length) {
static const char distro_msg[] = "lsb-release";
writer.AddPairString(distro_msg, info.distro);