Skip to content

Commit 59d09b2

Browse files
committed
remove outdated comment
1 parent 8a9ba0d commit 59d09b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

legacy-zebra/src/thordb.rs

-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ static mut tournaments: TournamentDatabaseType =
107107
reserved: 0,},
108108
name_buffer: b"",
109109
tournament_list: Vec::new()};
110-
// static mut root_node: *mut ThorOpeningNode = 0 as *const ThorOpeningNode as *mut ThorOpeningNode;
111110
static mut thor_opening_tree: ThorOpeningTree = ThorOpeningTree::new();
112111
static default_sort_order: [i32; 5] = [2, 3, 1, 5, 4];
113112
static mut thor_sort_order: [i32; 10] = [0; 10];

0 commit comments

Comments
 (0)