Skip to content

Commit 94ab251

Browse files
gunjjoshimarton78
authored andcommitted
refactor: remove unused variable
1 parent 95c62a1 commit 94ab251

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fftpack.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2670,7 +2670,7 @@ int main(void)
26702670
f77complex cx[200], cy[200];
26712671
real xh[200];
26722672
integer nz, nm1, np1, ns2;
2673-
real arg, tfn;
2673+
real arg;
26742674
real sum, arg1, arg2;
26752675
real sum1, sum2, dcfb;
26762676
integer modn;
@@ -2740,7 +2740,6 @@ int main(void)
27402740
n = nd[nz - 1];
27412741
modn = n % 2;
27422742
fn = (real) n;
2743-
tfn = fn + fn;
27442743
np1 = n + 1;
27452744
nm1 = n - 1;
27462745
for (j = 1; j <= np1; ++j) {

0 commit comments

Comments
 (0)