mirror of
https://git.gfz-potsdam.de/naaice/poet.git
synced 2025-12-15 12:28:22 +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;
|
||||
case DHT_READ_MISS:
|
||||
break;
|
||||
#if POET_DHT_UCX
|
||||
case DHT_READ_CORRUPT:
|
||||
this->corrupt_buckets++;
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user