Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit b917007

Browse files
committed
gc/impl/conservative/gc: Remove dead version configuration
1 parent ccee0ca commit b917007

File tree

1 file changed

+0
-6
lines changed
  • src/gc/impl/conservative

1 file changed

+0
-6
lines changed

src/gc/impl/conservative/gc.d

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ module gc.impl.conservative.gc;
3030
//debug = INVARIANT; // enable invariants
3131
//debug = PROFILE_API; // profile API calls for config.profile > 1
3232

33-
/*************** Configuration *********************/
34-
35-
version = STACKGROWSDOWN; // growing the stack means subtracting from the stack pointer
36-
// (use for Intel X86 CPUs)
37-
// else growing the stack means adding to the stack pointer
38-
3933
/***************************************************/
4034

4135
import gc.bits;

0 commit comments

Comments
 (0)