From 67f12fe8b5203f0a28888881ad963e33d4d703d7 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sun, 24 Jun 2012 11:30:32 +0200 Subject: [PATCH] =?UTF-8?q?Fixed=20DSource=20#330=20=E2=80=93=20Many-at-a-?= =?UTF-8?q?time=20nested=20context=20crash=20(D1).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gen/nested.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/gen/nested.cpp b/gen/nested.cpp index e2397ecc..7d544875 100644 --- a/gen/nested.cpp +++ b/gen/nested.cpp @@ -386,9 +386,7 @@ static void DtoCreateNestedContextType(FuncDeclaration* fd) { Logger::println("DtoCreateNestedContextType for %s", fd->toChars()); LOG_SCOPE -#if DMDV2 DtoDeclareFunction(fd); -#endif if (fd->ir.irFunc->nestedContextCreated) return;