From b54a6aa9d35982a77a741eeea6503c52f8b7bd36 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Tue, 9 Jul 2024 15:06:07 -0700 Subject: [PATCH] Remove unused static field. PiperOrigin-RevId: 650770379 --- java/core/src/main/java/com/google/protobuf/LazyFieldLite.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/java/core/src/main/java/com/google/protobuf/LazyFieldLite.java b/java/core/src/main/java/com/google/protobuf/LazyFieldLite.java index d5579fe28f..d52fc0a704 100644 --- a/java/core/src/main/java/com/google/protobuf/LazyFieldLite.java +++ b/java/core/src/main/java/com/google/protobuf/LazyFieldLite.java @@ -31,8 +31,6 @@ import java.io.IOException; * @author xiangl@google.com (Xiang Li) */ public class LazyFieldLite { - private static final ExtensionRegistryLite EMPTY_REGISTRY = - ExtensionRegistryLite.getEmptyRegistry(); /* * The value associated with the LazyFieldLite object is stored in one or more of the following