Author: Lukas Geyer <geyer@math.uni-dortmund.de>
Description: General code cleanup.

--- sjeng-11.2.orig/probe.c
+++ sjeng-11.2/probe.c
@@ -121,7 +121,8 @@
 #endif
 }
 
-const static int EGTranslate(int sqidx)
+#ifdef USE_EGTB
+static int EGTranslate(int sqidx)
 {
   int r;
 
@@ -129,6 +130,7 @@
   
   return r;
 }
+#endif
 
 int probe_egtb(void)
 {
