Skip to content

Commit

Permalink
Merge pull request #716 from HugoMVale/stats-distribution-normal
Browse files Browse the repository at this point in the history
Remove unused module `stdlib_error` from module `stdlib_stats_distribution_normal`
  • Loading branch information
jvdp1 authored Jun 8, 2023
2 parents 933916b + 7143c08 commit 0efc112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stdlib_stats_distribution_normal.fypp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
module stdlib_stats_distribution_normal
use ieee_arithmetic, only: ieee_value, ieee_quiet_nan
use stdlib_kinds, only: sp, dp, xdp, qp, int32
use stdlib_error, only: error_stop
use stdlib_random, only: dist_rand
use stdlib_stats_distribution_uniform, only: uni => rvs_uniform

Expand Down

0 comments on commit 0efc112

Please sign in to comment.