mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-16 12:54:50 +01:00
refactor(dht): remove unused preprocessor directive for UCX
This commit is contained in:
parent
f04d1c491d
commit
8d02293cf5
@ -140,11 +140,9 @@ auto DHT_Wrapper::checkDHT(WorkPackage &work_package)
|
|||||||
break;
|
break;
|
||||||
case DHT_READ_MISS:
|
case DHT_READ_MISS:
|
||||||
break;
|
break;
|
||||||
#if POET_DHT_UCX
|
|
||||||
case DHT_READ_CORRUPT:
|
case DHT_READ_CORRUPT:
|
||||||
this->corrupt_buckets++;
|
this->corrupt_buckets++;
|
||||||
break;
|
break;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user