Browse Source

Remove unnecessary attribute on proto.

Raul Silvera 9 years ago
parent
commit
ab74255d03
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      proto/profile.proto

+ 1
- 1
proto/profile.proto View File

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