Skip to content

Commit

Permalink
Drop support for LDC v1.26.0
Browse files Browse the repository at this point in the history
We only support the last 10 versions, so LDC should have been upgraded in the previous PR.
In addition, we can remove a superfluous __VERSION__ statement, which haseen superfluous
for quite a while now.
  • Loading branch information
Geod24 committed Jun 23, 2024
1 parent 1475c5a commit accdd55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- dmd-master
- ldc-master
# Test some intermediate versions
- ldc-1.26.0
- ldc-1.29.0
- dmd-2.099.1
- dmd-2.102.2
- dmd-2.105.3
Expand Down
3 changes: 1 addition & 2 deletions source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ version (DigitalMars) version (D_Coverage)
*
* https://dlang.org/changelog/2.087.0.html#gc_parallel
*/
static if (__VERSION__ >= 2087)
extern(C) __gshared string[] rt_options = [ "gcopt=parallel:0" ];
extern(C) __gshared string[] rt_options = [ "gcopt=parallel:0" ];

int main(string[] args)
{
Expand Down

0 comments on commit accdd55

Please sign in to comment.