summaryrefslogtreecommitdiff
path: root/sql/opt_range.h
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2022-08-08 17:12:32 +0200
committerOleksandr Byelkin <sanja@mariadb.com>2022-08-08 17:12:32 +0200
commit1d480419822b53c840de54542c1d1a0851dbe2c8 (patch)
tree629aabba2d52741b4075c3e345396bd989516cb2 /sql/opt_range.h
parent3ebbfd88a0360938e3a5a480265beb2a71b1268a (diff)
parent4f54c219e7c73072d7eff1e81e0f51dc1ff47509 (diff)
downloadmariadb-git-1d480419822b53c840de54542c1d1a0851dbe2c8.tar.gz
Merge branch '10.6' into 10.7
Diffstat (limited to 'sql/opt_range.h')
-rw-r--r--sql/opt_range.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/opt_range.h b/sql/opt_range.h
index 1014176ecc5..5594397e709 100644
--- a/sql/opt_range.h
+++ b/sql/opt_range.h
@@ -317,7 +317,6 @@ public:
uint weight;
enum { MAX_WEIGHT = 32000 };
- void update_weight_locally();
#ifndef DBUG_OFF
uint verify_weight();
#endif