Skip to content

Commit 08a7bc0

Browse files
committed
remove unused
1 parent 830620c commit 08a7bc0

File tree

1 file changed

+0
-4
lines changed
  • exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal

1 file changed

+0
-4
lines changed

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,6 @@ public void serializeStringWithContext(
267267
if (!allowEmpty) {
268268
return;
269269
}
270-
// if (allowEmpty) {
271-
// writeString(field, string, 0, context);
272-
// }
273-
// return;
274270
}
275271
if (context.marshalStringNoAllocation()) {
276272
writeString(field, string, context.getSize(), context);

0 commit comments

Comments
 (0)