From 20cc7b27fa35e4303dbac42f43996c144052f93b Mon Sep 17 00:00:00 2001 From: Dennis Korpel Date: Thu, 16 Jun 2022 15:47:41 +0200 Subject: [PATCH] Remove --DRT-oncycle=deprecation option --- spec/module.dd | 5 ----- 1 file changed, 5 deletions(-) diff --git a/spec/module.dd b/spec/module.dd index 3d08e94ce3..c9129c9941 100644 --- a/spec/module.dd +++ b/spec/module.dd @@ -584,11 +584,6 @@ destructors. Violation of this rule will result in a runtime exception.) $(OL $(LI `abort` The default behavior. The normal behavior as described in the previous section.) - $(LI `deprecate` This works just like `abort`, but upon cycle - detection the runtime will use a flawed pre-2.072 algorithm to - determine if the cycle was previously detected. If no cycles are - detected in the old algorithm, execution continues, but a - deprecation message is printed.) $(LI `print` Print all cycles detected, but do not abort execution. When cycles are present, the order of static construction is implementation defined, and not guaranteed to be valid.)