Skip to content

Commit f5e662c

Browse files
authored
Remove unused __lg function from test file
1 parent 1fb4c51 commit f5e662c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/library_checker_aizu_tests/data_structures/simple_tree_inc_walk.test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#define PROBLEM \
22
"https://judge.yosupo.jp/problem/predecessor_problem"
33
#include "../template.hpp"
4-
int __lg(unsigned x) { return bit_width(x) - 1; }
54
#include "../../../library/data_structures_[l,r]/seg_tree.hpp"
65
int main() {
76
cin.tie(0)->sync_with_stdio(0);

0 commit comments

Comments
 (0)