Procházet zdrojové kódy

Remove unnecessary attribute on proto.

Raul Silvera před 9 roky
rodič
revize
ab74255d03
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      proto/profile.proto

+ 1
- 1
proto/profile.proto Zobrazit soubor

@@ -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.