From 37c8f8195ba036aacbf22276cca3ddb095735b43 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Mon, 24 Apr 2023 10:20:09 +0000 Subject: [PATCH] Auto-generate files after cl/526587271 --- src/file_lists.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/file_lists.cmake b/src/file_lists.cmake index b35561eb0b..da030df3d8 100644 --- a/src/file_lists.cmake +++ b/src/file_lists.cmake @@ -378,7 +378,6 @@ set(libprotoc_srcs ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/generator.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/message.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/naming.cc - ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/upb_kernel.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/subprocess.cc ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/zip_writer.cc ) @@ -486,7 +485,6 @@ set(libprotoc_hdrs ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/generator.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/message.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/naming.h - ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/rust/upb_kernel.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/scc.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/subprocess.h ${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/zip_writer.h