mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-13 02:44:10 +02:00
Removed tautological #if block.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user