Remove unused static field.

PiperOrigin-RevId: 650770379
pull/17388/head
Protobuf Team Bot 5 months ago committed by Copybara-Service
parent d3d86d2bee
commit b54a6aa9d3
  1. 2
      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

Loading…
Cancel
Save