Skip to content

Commit fd862d4

Browse files
authored
Remove redundant quick return
1 parent 7448679 commit fd862d4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

interface/trsm.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,6 @@ if (strcmp(gotoblas_corename(), "armv9sme") == 0
383383

384384
#endif
385385

386-
if ((args.m == 0) || (args.n == 0)) return;
387-
388386
IDEBUG_START;
389387

390388
FUNCTION_PROFILE_START();

0 commit comments

Comments
 (0)