From eca1d06eabf2fa4b4ecc2ec13761b08585f399a4 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 29 Apr 2011 11:19:50 -0400 Subject: [PATCH] Remove "word_size" from trace description Given that we require to "typealias" even the basic types (int, long, etc), having the word size in the there has no purpose anymore. Signed-off-by: Mathieu Desnoyers --- common-trace-format-proposal.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/common-trace-format-proposal.txt b/common-trace-format-proposal.txt index 91a9504..6e23435 100644 --- a/common-trace-format-proposal.txt +++ b/common-trace-format-proposal.txt @@ -885,7 +885,6 @@ trace { major = value; /* Trace format version */ minor = value; uuid = "aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa"; /* Trace UUID */ - word_size = value; }; stream { -- 2.34.1