From bf44088d4373a9520e860152c56a958332819c4b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 1 May 2023 16:33:51 +0200 Subject: Split nissy in other repos, see README.md --- src/pruning.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/pruning.h (limited to 'src/pruning.h') diff --git a/src/pruning.h b/src/pruning.h deleted file mode 100644 index 93ae863..0000000 --- a/src/pruning.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef PRUNING_H -#define PRUNING_H - -#include "coord.h" -#include "movesets.h" - -void free_pd(PruneData *pd); -PruneData * genptable(PruneData *data, int nthreads); -void print_ptable(PruneData *pd); -uint64_t ptablesize(PruneData *pd); -int ptableval(PruneData *pd, uint64_t ind); - -extern PruneData *active_pd[256]; - -#endif - -- cgit v1.3