diff options
author | julie <julielangou@users.noreply.github.com> | 2011-06-22 09:45:40 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-06-22 09:45:40 +0000 |
commit | 0d0b443c697874898ee9947afe634c1b89761dce (patch) | |
tree | 27a6fd0102f166d128c1f5e9ae60942e788a242d /BLAS/SRC | |
parent | ffd034b32b7f443988c8fb54274b97d5968dbd85 (diff) | |
download | lapack-0d0b443c697874898ee9947afe634c1b89761dce.tar.gz lapack-0d0b443c697874898ee9947afe634c1b89761dce.tar.bz2 lapack-0d0b443c697874898ee9947afe634c1b89761dce.zip |
Summer cleanup
Cleanup some codes, like unused variables.
Used -Walls to detect problems.
Diffstat (limited to 'BLAS/SRC')
-rw-r--r-- | BLAS/SRC/drotmg.f | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BLAS/SRC/drotmg.f b/BLAS/SRC/drotmg.f index ca5de114..108c7949 100644 --- a/BLAS/SRC/drotmg.f +++ b/BLAS/SRC/drotmg.f @@ -186,7 +186,6 @@ DPARAM(5) = DH22 END IF - 260 CONTINUE DPARAM(1) = DFLAG RETURN END |