refactor(dht): remove unused preprocessor directive for UCX

This commit is contained in:
Max Luebke 2025-02-27 21:43:56 +01:00
parent f04d1c491d
commit 8d02293cf5

View File

@ -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
}
}