We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1885e7 commit 84a88caCopy full SHA for 84a88ca
dmd/globals.h
@@ -454,7 +454,6 @@ enum class LINK : uint8_t
454
c,
455
cpp,
456
windows,
457
- pascal,
458
objc,
459
system
460
};
gen/abi-x86.cpp
@@ -49,7 +49,6 @@ struct X86TargetABI : TargetABI {
49
: llvm::CallingConv::C;
50
case LINK::d:
51
case LINK::default_:
52
- case LINK::pascal:
53
case LINK::windows:
54
return llvm::CallingConv::X86_StdCall;
55
default:
0 commit comments