Skip to content

Commit 1e77f16

Browse files
committed
1 parent 9e2806a commit 1e77f16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

exporters/otlp/profiles/src/main/java/io/opentelemetry/exporter/otlp/profiles/ProfileMarshaler.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ protected void writeTo(Serializer output) throws IOException {
101101
output.serializeInt64(Profile.DURATION_NANO, durationNanos);
102102
output.serializeMessage(Profile.PERIOD_TYPE, periodTypeMarshaler);
103103
output.serializeInt64(Profile.PERIOD, period);
104-
output.serializeRepeatedInt32(Profile.COMMENT_STRINDICES, comment);
105104

106105
output.serializeBytes(Profile.PROFILE_ID, profileId);
107106
output.serializeRepeatedInt32(Profile.ATTRIBUTE_INDICES, attributeIndices);
@@ -131,7 +130,6 @@ private static int calculateSize(
131130
size += MarshalerUtil.sizeInt64(Profile.DURATION_NANO, durationNanos);
132131
size += MarshalerUtil.sizeMessage(Profile.PERIOD_TYPE, periodTypeMarshaler);
133132
size += MarshalerUtil.sizeInt64(Profile.PERIOD, period);
134-
size += MarshalerUtil.sizeRepeatedInt32(Profile.COMMENT_STRINDICES, comment);
135133

136134
size += MarshalerUtil.sizeBytes(Profile.PROFILE_ID, profileId);
137135
size += MarshalerUtil.sizeRepeatedInt32(Profile.ATTRIBUTE_INDICES, attributeIndices);

0 commit comments

Comments
 (0)