Skip to content

Commit bcf4cd1

Browse files
committed
Remove unnececary size_increase_hint adjustment
1 parent dbc4c0f commit bcf4cd1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mutator.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,6 @@ void Mutator::RegisterPostProcessor(const Descriptor* desc,
675675

676676
bool Mutator::MutateImpl(const ConstMessages& sources, const Messages& messages,
677677
bool copy_clone_only, int size_increase_hint) {
678-
if (size_increase_hint > 0) size_increase_hint /= 2;
679678
MutationBitset mutations;
680679
if (copy_clone_only) {
681680
mutations[static_cast<size_t>(Mutation::Copy)] = true;

0 commit comments

Comments
 (0)