Skip to content

Commit 496d47c

Browse files
committed
Remove map_field.cc from lite-runtime.
1 parent fe3be0b commit 496d47c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ libprotobuf_lite_la_SOURCES = \
126126
google/protobuf/arenastring.cc \
127127
google/protobuf/extension_set.cc \
128128
google/protobuf/generated_message_util.cc \
129-
google/protobuf/map_field.cc \
130129
google/protobuf/message_lite.cc \
131130
google/protobuf/repeated_field.cc \
132131
google/protobuf/wire_format_lite.cc \
@@ -150,6 +149,7 @@ libprotobuf_la_SOURCES = \
150149
google/protobuf/dynamic_message.cc \
151150
google/protobuf/extension_set_heavy.cc \
152151
google/protobuf/generated_message_reflection.cc \
152+
google/protobuf/map_field.cc \
153153
google/protobuf/message.cc \
154154
google/protobuf/reflection_internal.h \
155155
google/protobuf/reflection_ops.cc \

vsprojects/libprotobuf-lite.vcproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,6 @@
283283
RelativePath="..\src\google\protobuf\generated_message_util.cc"
284284
>
285285
</File>
286-
<File
287-
RelativePath="..\src\google\protobuf\map_field.cc"
288-
>
289-
</File>
290286
<File
291287
RelativePath="..\src\google\protobuf\message_lite.cc"
292288
>

0 commit comments

Comments
 (0)