aboutsummaryrefslogtreecommitdiff
path: root/protos/perfetto/trace/system_info.proto
diff options
context:
space:
mode:
Diffstat (limited to 'protos/perfetto/trace/system_info.proto')
-rw-r--r--protos/perfetto/trace/system_info.proto6
1 files changed, 0 insertions, 6 deletions
diff --git a/protos/perfetto/trace/system_info.proto b/protos/perfetto/trace/system_info.proto
index ddce4ca7a..90a7a57b5 100644
--- a/protos/perfetto/trace/system_info.proto
+++ b/protos/perfetto/trace/system_info.proto
@@ -31,10 +31,4 @@ message SystemInfo {
// Ticks per second - sysconf(_SC_CLK_TCK).
optional int64 hz = 3;
-
- // The version of traced (the same returned by `traced --version`).
- // This is a human readable string with and its format varies depending on
- // the build system and the repo (standalone vs AOSP).
- // This is intended for human debugging only.
- optional string tracing_service_version = 4;
}