Merge pull request #3804 from martin-frbg/issue3803

Remove excess initializer (leftover from rework of PR 3793)
This commit is contained in:
Martin Kroeker 2022-10-31 20:42:33 +01:00 committed by GitHub
commit 62a44c9c5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -870,7 +870,6 @@ gotoblas_t TABLE_NAME = {
#if BUILD_COMPLEX16==1
zgeadd_kTS,
#endif
1, // align_k
};
#if (ARCH_ARM64)