summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/sbe/util/spilling.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/exec/sbe/util/spilling.cpp')
-rw-r--r--src/mongo/db/exec/sbe/util/spilling.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/exec/sbe/util/spilling.cpp b/src/mongo/db/exec/sbe/util/spilling.cpp
index c54f3bfe956..6e8c027d7fe 100644
--- a/src/mongo/db/exec/sbe/util/spilling.cpp
+++ b/src/mongo/db/exec/sbe/util/spilling.cpp
@@ -85,7 +85,6 @@ int upsertToRecordStore(OperationContext* opCtx,
BufBuilder& buf,
const KeyString::TypeBits& typeBits, // recover type of value.
bool update) {
-
// Append the 'typeBits' to the end of the val's buffer so the 'key' can be reconstructed when
// draining HashAgg.
buf.appendBuf(typeBits.getBuffer(), typeBits.getSize());