Преглед на файлове

Remove unnecessary attribute on proto.

Raul Silvera преди 9 години
родител
ревизия
ab74255d03
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      proto/profile.proto

+ 1
- 1
proto/profile.proto Целия файл

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