Skip to content

Commit 3834e2c

Browse files
committed
Eliminate redundant pre-processor variable definitions
1 parent 14803d7 commit 3834e2c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/stdlib_experimental_stats.fypp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#:include "common.fypp"
22

3-
#:set REAL_KINDS_TYPES = REAL_KINDS_TYPES
4-
#:set INT_KINDS_TYPES = INT_KINDS_TYPES
53
#:set RANKS = range(3, MAXRANK + 1)
64

75

src/stdlib_experimental_stats_mean.fypp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#:include "common.fypp"
22

3-
#:set REAL_KINDS_TYPES = REAL_KINDS_TYPES
4-
#:set INT_KINDS_TYPES = INT_KINDS_TYPES
53
#:set RANKS = range(3, MAXRANK + 1)
64

75

0 commit comments

Comments
 (0)