splitmix: drop obsolete override

The 0.1.0.3 version is now the default.
This commit is contained in:
Peter Simons
2021-01-02 19:58:19 +01:00
parent 09caba2adf
commit 0a069fb1ef
3 changed files with 0 additions and 5 deletions
@@ -550,7 +550,6 @@ self: super: builtins.intersectAttrs super {
# Break infinite recursion cycle between QuickCheck and splitmix.
splitmix = dontCheck super.splitmix;
splitmix_0_1_0_3 = dontCheck super.splitmix_0_1_0_3;
# Break infinite recursion cycle between tasty and clock.
clock = dontCheck super.clock;