Remove map_field.cc from lite-runtime.
This commit is contained in:
parent
fe3be0bea1
commit
496d47c27f
2 changed files with 1 additions and 5 deletions
|
@ -126,7 +126,6 @@ libprotobuf_lite_la_SOURCES = \
|
|||
google/protobuf/arenastring.cc \
|
||||
google/protobuf/extension_set.cc \
|
||||
google/protobuf/generated_message_util.cc \
|
||||
google/protobuf/map_field.cc \
|
||||
google/protobuf/message_lite.cc \
|
||||
google/protobuf/repeated_field.cc \
|
||||
google/protobuf/wire_format_lite.cc \
|
||||
|
@ -150,6 +149,7 @@ libprotobuf_la_SOURCES = \
|
|||
google/protobuf/dynamic_message.cc \
|
||||
google/protobuf/extension_set_heavy.cc \
|
||||
google/protobuf/generated_message_reflection.cc \
|
||||
google/protobuf/map_field.cc \
|
||||
google/protobuf/message.cc \
|
||||
google/protobuf/reflection_internal.h \
|
||||
google/protobuf/reflection_ops.cc \
|
||||
|
|
|
@ -283,10 +283,6 @@
|
|||
RelativePath="..\src\google\protobuf\generated_message_util.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\google\protobuf\map_field.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\google\protobuf\message_lite.cc"
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue