Skip to content

Commit

Permalink
Remove unused package private class ProtobufLists.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 495424888
  • Loading branch information
protobuf-github-bot authored and Copybara-Service committed Dec 14, 2022
1 parent a6d0a6a commit b51c551
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 98 deletions.
1 change: 0 additions & 1 deletion java/core/BUILD.bazel
Expand Up @@ -80,7 +80,6 @@ LITE_SRCS = [
"src/main/java/com/google/protobuf/ProtoSyntax.java",
"src/main/java/com/google/protobuf/Protobuf.java",
"src/main/java/com/google/protobuf/ProtobufArrayList.java",
"src/main/java/com/google/protobuf/ProtobufLists.java",
"src/main/java/com/google/protobuf/ProtocolStringList.java",
"src/main/java/com/google/protobuf/RawMessageInfo.java",
"src/main/java/com/google/protobuf/Reader.java",
Expand Down
95 changes: 0 additions & 95 deletions java/core/src/main/java/com/google/protobuf/ProtobufLists.java

This file was deleted.

1 change: 0 additions & 1 deletion java/lite/pom.xml
Expand Up @@ -156,7 +156,6 @@
<include>ProtoSyntax.java</include>
<include>Protobuf.java</include>
<include>ProtobufArrayList.java</include>
<include>ProtobufLists.java</include>
<include>ProtocolStringList.java</include>
<include>RawMessageInfo.java</include>
<include>Reader.java</include>
Expand Down
2 changes: 1 addition & 1 deletion src/file_lists.cmake
Expand Up @@ -168,8 +168,8 @@ set(libprotobuf_hdrs
${protobuf_SOURCE_DIR}/src/google/protobuf/reflection_ops.h
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_field.h
${protobuf_SOURCE_DIR}/src/google/protobuf/repeated_ptr_field.h
${protobuf_SOURCE_DIR}/src/google/protobuf/serial_arena.h
${protobuf_SOURCE_DIR}/src/google/protobuf/service.h
${protobuf_SOURCE_DIR}/src/google/protobuf/serial_arena.h
${protobuf_SOURCE_DIR}/src/google/protobuf/stubs/callback.h
${protobuf_SOURCE_DIR}/src/google/protobuf/stubs/common.h
${protobuf_SOURCE_DIR}/src/google/protobuf/stubs/logging.h
Expand Down

0 comments on commit b51c551

Please sign in to comment.