DroidFish: Removed GUI special handling of number of search threads. It

is now handled as a normal UCI option instead.
This commit is contained in:
Peter Osterlund
2015-05-17 21:47:20 +02:00
parent 94b1c39d79
commit 7ba629047a
10 changed files with 4 additions and 126 deletions

View File

@@ -21,17 +21,6 @@
#include <stdlib.h>
#include <sys/stat.h>
/*
* Class: org_petero_droidfish_engine_EngineUtil
* Method: getNPhysicalProcessors
* Signature: ()I
*/
extern "C" JNIEXPORT jint JNICALL Java_org_petero_droidfish_engine_EngineUtil_getNPhysicalProcessors
(JNIEnv *, jclass)
{
return sysconf(_SC_NPROCESSORS_ONLN);
}
/*
* Class: org_petero_droidfish_engine_EngineUtil
* Method: chmod