remove dead code

This commit is contained in:
Andrew
2016-10-31 12:46:56 +01:00
parent 4e54d8ab7f
commit becf8bc7a0
2 changed files with 3 additions and 3 deletions

View File

@@ -293,8 +293,8 @@ int CNAME(BLASLONG m, BLASLONG n, FLOAT *a, BLASLONG lda, FLOAT *b){
aoffset1 += 8;
aoffset2 += 8;
aoffset3 += 8;
aoffset4 += 8;
// aoffset3 += 8;
// aoffset4 += 8;
boffset1 += m * 8;
i --;