Remove SARRAYVALUE

This commit is contained in:
kai
2013-03-05 18:49:30 +01:00
parent 0fd586a818
commit ecd9f14b0d
4 changed files with 0 additions and 9 deletions

View File

@@ -192,9 +192,6 @@ llvm::FunctionType* DtoFunctionType(Type* type, Type* thistype, Type* nesttype,
// reference semantics? ref, out and d1 static arrays are
bool byref = arg->storageClass & (STCref|STCout);
#if !SARRAYVALUE
byref = byref || (arg->type->toBasetype()->ty == Tsarray);
#endif
Type* argtype = arg->type;
#if LDC_LLVM_VER >= 302