-
-
Notifications
You must be signed in to change notification settings - Fork 402
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dice: remove dead code for
addition
argument to DicePouch
The equation evaluator has been taking care of this since 2013, when the `addition` argument was hard-coded to `0` in a dice-rolling rewrite. See commit 5a8ecf4 for some of the history. A decade later, in 2023, we have no use for this argument. The code to handle it is unreachable, which affects the plugin's coverage score. Best solution is to just remove the dead code.
- Loading branch information
Showing
1 changed file
with
8 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters