summaryrefslogtreecommitdiff
path: root/buildscripts/gdb
diff options
context:
space:
mode:
authorMihai Andrei <mihai.andrei@mongodb.com>2023-02-03 18:09:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-02-03 19:52:33 +0000
commit56616080c12298229fc6e3cc71ace4c85ac973f4 (patch)
tree2eec3256ce8903a95085ee65dd7e5a0894cd739b /buildscripts/gdb
parentd5e1315e25a60019434fa2379a2168c29b5cd93a (diff)
downloadmongo-56616080c12298229fc6e3cc71ace4c85ac973f4.tar.gz
SERVER-71798 Expand the set of queries eligible for SBE in the 6.3 release
Diffstat (limited to 'buildscripts/gdb')
-rw-r--r--buildscripts/gdb/mongo_printers.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/buildscripts/gdb/mongo_printers.py b/buildscripts/gdb/mongo_printers.py
index 1c2929870f7..5bd9d5330e5 100644
--- a/buildscripts/gdb/mongo_printers.py
+++ b/buildscripts/gdb/mongo_printers.py
@@ -849,9 +849,6 @@ class SbeCodeFragmentPrinter(object):
'Instruction::Constants: ' + str(const_enum) + \
", offset: " + str(read_as_integer_signed(cur_op, int_size))
cur_op += int_size
- elif op_name in ['applyClassicMatcher']:
- args = 'MatchExpression* ' + hex(read_as_integer(cur_op, ptr_size))
- cur_op += ptr_size
elif op_name in ['dateTruncImm']:
unit = read_as_integer(cur_op, time_unit_size)
cur_op += time_unit_size