remove trace message from proto def
Stefan Schuermans

Stefan Schuermans commited on 2020-05-17 15:34:48
Showing 1 changed files, with 0 additions and 4 deletions.

... ...
@@ -25,7 +25,3 @@ message event {
25 25
   optional proc_begin proc_begin = 2;
26 26
   optional proc_end proc_end = 3;
27 27
 }
28
-
29
-message trace {
30
-  repeated event event = 1;
31
-}
32 28