From b3d59300378b2ffac5478fee8f08fe8657953bc5 Mon Sep 17 00:00:00 2001 From: stefiosif Date: Wed, 14 Aug 2024 22:01:10 +0300 Subject: [PATCH] Remove uncommitted move_ordering from mod.rs --- src/search/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/search/mod.rs b/src/search/mod.rs index 91e3c9c..0f647b8 100644 --- a/src/search/mod.rs +++ b/src/search/mod.rs @@ -1,3 +1,2 @@ -pub mod move_ordering; pub mod perft; pub mod search;