Skip to content

Commit 46a8c25

Browse files
luzpazmartin-frbg
authored andcommitted
Remove prototype of unused, unimplemented function (#2274)
* Fix source typo Found via `codespell -q 3 -L amin,als,ba,dum,mone,nd,nto,orign -S Changelog.txt,./lapack*` * Remove beta-thread function per request
1 parent eaa0be1 commit 46a8c25

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

common_thread.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ int trsm_thread(int mode, BLASLONG m, BLASLONG n,
194194

195195
int syrk_thread(int mode, blas_arg_t *, BLASLONG *, BLASLONG *, int (*function)(), void *, void *, BLASLONG);
196196

197-
int beta_thread(int mode, BLASLONG m, BLASLONG n,
198-
double alpha_r, double alpha_i,
199-
void *c, BLASLONG ldc, int (*fuction)());
200-
201197
int getrf_thread(int mode, BLASLONG m, BLASLONG n, BLASLONG k,
202198
void *offsetA, BLASLONG lda,
203199
void *offsetB, BLASLONG jb,

0 commit comments

Comments
 (0)