Skip to content

Commit

Permalink
Remove superfluous code in main.gcOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
zorael committed Feb 20, 2025
1 parent b3e4eb4 commit de4e551
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/kameloso/main.d
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,6 @@ enum gcOptions = ()
{
sink.put("profile:1 ");
}
else version(unittest)
{
// Always print profile information on unittest builds
sink.put("profile:1 ");
}

sink.put("cleanup:finalize ");

Expand Down

0 comments on commit de4e551

Please sign in to comment.