Sfoglia il codice sorgente

Remove unnecessary attribute on proto.

Raul Silvera 9 anni fa
parent
commit
ab74255d03
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      proto/profile.proto

+ 1
- 1
proto/profile.proto Vedi File

@@ -50,7 +50,7 @@ message Profile {
50 50
   repeated Function function = 5;
51 51
   // A common table for strings referenced by various messages.
52 52
   // string_table[0] must always be "".
53
-  repeated string string_table = 6 [enforce_utf8 = false];
53
+  repeated string string_table = 6;
54 54
   // frames with Function.function_name fully matching the following
55 55
   // regexp will be dropped from the samples, along with their successors.
56 56
   int64 drop_frames = 7;   // Index into string table.