diff --git a/mps/code/poolmv2.c b/mps/code/poolmv2.c index dad353a5375..dea6d81b07a 100644 --- a/mps/code/poolmv2.c +++ b/mps/code/poolmv2.c @@ -1130,8 +1130,6 @@ mps_class_t mps_class_mvt(void) static Res MVTSegAlloc(Seg *segReturn, MVT mvt, Size size, Bool withReservoirPermit) { - /* Can't use plain old SegClass here because we need to call - * SegBuffer() in MVTFree(). */ Res res = SegAlloc(segReturn, SegClassGet(), SegPrefDefault(), size, MVTPool(mvt), withReservoirPermit, argsNone);