From 540888d6d0e23b11c67c9b3a10f0f6216c755196 Mon Sep 17 00:00:00 2001 From: David Nadlinger Date: Sun, 11 Nov 2012 00:32:15 +0100 Subject: [PATCH] Removed tautological #if block. --- gen/typinf.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gen/typinf.cpp b/gen/typinf.cpp index ee68b86a..1d1a17a1 100644 --- a/gen/typinf.cpp +++ b/gen/typinf.cpp @@ -911,8 +911,6 @@ void TypeInfoWildDeclaration::llvmDefine() /* ========================================================================= */ -#if DMDV2 - void TypeInfoVectorDeclaration::llvmDefine() { Logger::println("TypeInfoVectorDeclaration::llvmDefine() %s", toChars()); @@ -929,5 +927,3 @@ void TypeInfoVectorDeclaration::llvmDefine() } #endif - -#endif