Skip to content

Commit

Permalink
Removed unnused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
izaid committed Jul 16, 2016
1 parent 6457a68 commit 5e8e70f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/mkl/include/dynd/kernels/ifft_kernel.hpp
Expand Up @@ -26,11 +26,13 @@ namespace nd {
DftiCreateDescriptor(&descriptor, DFTI_DOUBLE, DFTI_COMPLEX, 1,
reinterpret_cast<const size_stride_t *>(src0_metadata)->dim_size);
} else {
/*
MKL_LONG src0_size[3];
for (size_t i = 0; i < ndim; ++i) {
src0_size[i] = reinterpret_cast<const size_stride_t *>(src0_metadata)->dim_size;
src0_metadata += sizeof(size_stride_t);
}
*/
}

DftiSetValue(descriptor, DFTI_BACKWARD_SCALE, scale);
Expand Down

0 comments on commit 5e8e70f

Please sign in to comment.