| commit | be93dbcf73c174905d1070aaeba4d7dda17164ad | [log] [tgz] | 
|---|---|---|
| author | Protobuf Team Bot <protobuf-github-bot@google.com> | Wed Sep 24 14:21:51 2025 -0700 | 
| committer | Copybara-Service <copybara-worker@google.com> | Wed Sep 24 14:25:28 2025 -0700 | 
| tree | c24d7128f4eb4bed5c9508d5f855bb25ea2950df | |
| parent | 64b8b12cc31b45def2e25495c26245da6c8343b6 [diff] | 
Delete an unused internal field. PiperOrigin-RevId: 811032599
diff --git a/java/core/src/main/java/com/google/protobuf/Internal.java b/java/core/src/main/java/com/google/protobuf/Internal.java index d548cca..59dfc23 100644 --- a/java/core/src/main/java/com/google/protobuf/Internal.java +++ b/java/core/src/main/java/com/google/protobuf/Internal.java
@@ -32,7 +32,6 @@ private Internal() {} - static final Charset US_ASCII = Charset.forName("US-ASCII"); static final Charset UTF_8 = Charset.forName("UTF-8"); static final Charset ISO_8859_1 = Charset.forName("ISO-8859-1");