diff --git a/dmd/access.c b/dmd/access.c index 8937bbd0..0e075512 100644 --- a/dmd/access.c +++ b/dmd/access.c @@ -253,7 +253,6 @@ void AggregateDeclaration::accessCheck(Loc loc, Scope *sc, Dsymbol *smember) if (!result) { error(loc, "member %s is not accessible", smember->toChars()); -halt(); } }