mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Retire now unused input_available()
With our new listener thread we don't need anymore this ugly and platform dependent code. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -28,7 +28,6 @@ extern const std::string engine_name();
|
||||
extern const std::string engine_authors();
|
||||
extern int get_system_time();
|
||||
extern int cpu_count();
|
||||
extern int input_available();
|
||||
extern void prefetch(char* addr);
|
||||
|
||||
extern void dbg_hit_on(bool b);
|
||||
|
||||
Reference in New Issue
Block a user