Removed #if for USE_EVAL_HASH.

This commit is contained in:
nodchip
2020-09-08 23:45:19 +09:00
parent ec96409176
commit aa2452caf3
3 changed files with 0 additions and 18 deletions

View File

@@ -18,12 +18,6 @@
namespace Eval
{
#if defined(USE_EVAL_HASH)
// prefetch function
void prefetch_evalhash(const Key key);
#endif
// An operator that applies the function f to each parameter of the evaluation function.
// Used for parameter analysis etc.
// type indicates the survey target.