зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1403444 - Remove rbp_f_synced. r=njn
Bug 1365460 removed the macros that used it. --HG-- extra : rebase_source : 6f732916e3cdbf2b1dfd8e929fb9424a1e41352a
This commit is contained in:
Родитель
8f6d19c631
Коммит
cb629a1000
|
@ -672,7 +672,6 @@ private:
|
|||
/* Initialize the path to contain the left spine. */ \
|
||||
a_type* rbp_f_path[rbp_f_height]; \
|
||||
a_type* rbp_f_node; \
|
||||
bool rbp_f_synced = false; \
|
||||
unsigned rbp_f_depth = 0; \
|
||||
if ((a_tree)->rbt_root != &(a_tree)->rbt_nil) { \
|
||||
rbp_f_path[rbp_f_depth] = (a_tree)->rbt_root; \
|
||||
|
@ -688,10 +687,6 @@ private:
|
|||
(a_var) = rbp_f_path[rbp_f_depth - 1];
|
||||
|
||||
#define rb_foreach_end(a_type, a_field, a_tree, a_var) \
|
||||
if (rbp_f_synced) { \
|
||||
rbp_f_synced = false; \
|
||||
continue; \
|
||||
} \
|
||||
/* Find the successor. */ \
|
||||
if ((rbp_f_node = a_field(rbp_f_path[rbp_f_depth - 1]).Right()) != \
|
||||
&(a_tree)->rbt_nil) { \
|
||||
|
|
Загрузка…
Ссылка в новой задаче