From 945cc25bd55250a6e199302a3a39b2947d97ff3d Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Thu, 28 May 2015 23:45:06 +0300 Subject: [PATCH] Remove a duplicate semicolon --- src/lib/salad/bps_tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/salad/bps_tree.h b/src/lib/salad/bps_tree.h index 55084b883c..eb385e8743 100644 --- a/src/lib/salad/bps_tree.h +++ b/src/lib/salad/bps_tree.h @@ -3368,7 +3368,7 @@ bps_tree_process_insert_inner(struct bps_tree *tree, new_inner->header.size = 0; bps_inner_path_elem new_path_elem; - bps_tree_elem_t new_max_elem = tree->max_elem;; + bps_tree_elem_t new_max_elem = tree->max_elem; bps_tree_prepare_new_ext_inner(inner_path_elem, &new_path_elem, new_inner, new_block_id, &new_max_elem); if (has_left_ext && has_right_ext) { -- GitLab