mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-16 02:17:07 +02:00
Remove DMDV1 and DMDV2.
This commit is contained in:
@@ -28,11 +28,7 @@
|
||||
void DtoCreateNestedContext(FuncDeclaration* fd);
|
||||
|
||||
/// Resolves the nested context for classes and structs with arbitrary nesting.
|
||||
#if DMDV2
|
||||
void DtoResolveNestedContext(Loc loc, AggregateDeclaration *decl, LLValue *value);
|
||||
#else
|
||||
void DtoResolveNestedContext(Loc loc, ClassDeclaration *decl, LLValue *value);
|
||||
#endif
|
||||
|
||||
/// Gets the context value for a call to a nested function or creating a nested
|
||||
/// class or struct with arbitrary nesting.
|
||||
|
||||
Reference in New Issue
Block a user