Skip to content

Commit b1bb7bf

Browse files
committed
Remove superfluous and unwanted distribution template args
1 parent 168a3f9 commit b1bb7bf

File tree

1 file changed

+0
-2
lines changed
  • include/graphblas/reference

1 file changed

+0
-2
lines changed

include/graphblas/reference/io.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,6 @@ namespace grb {
16491649
*/
16501650
template<
16511651
Descriptor descr = descriptors::no_operation,
1652-
class ActiveDistribution = internal::Distribution< reference >,
16531652
typename DataType, typename T,
16541653
typename Coords
16551654
>
@@ -1738,7 +1737,6 @@ namespace grb {
17381737
*/
17391738
template<
17401739
Descriptor descr = descriptors::no_operation,
1741-
class ActiveDistribution = internal::Distribution< reference >,
17421740
typename OutputType, typename InputType, typename Coords
17431741
>
17441742
RC set(

0 commit comments

Comments
 (0)