diff --git a/src/classify/cluster.cpp b/src/classify/cluster.cpp index c1e89c3266..786fabae78 100644 --- a/src/classify/cluster.cpp +++ b/src/classify/cluster.cpp @@ -2523,7 +2523,6 @@ static PROTOTYPE *NewMixedProto(int16_t N, CLUSTER *Cluster, STATISTICS *Statist */ static PROTOTYPE *NewSimpleProto(int16_t N, CLUSTER *Cluster) { auto Proto = new PROTOTYPE; - ASSERT_HOST(N == sizeof(Cluster->Mean)); Proto->Mean = Cluster->Mean; Proto->Distrib.clear(); Proto->Significant = true;