remove unused declarations
This commit is contained in:
parent
148ceab70c
commit
30b40006cc
1 changed files with 2 additions and 4 deletions
|
@ -569,9 +569,7 @@ ggml_backend_t ggml_backend_qnn_init(size_t device, const char *qnn_lib_path) {
|
|||
return qnn_backend;
|
||||
}
|
||||
|
||||
extern "C" GGML_CALL int ggml_backend_qnn_reg_devices(void);
|
||||
|
||||
GGML_CALL int ggml_backend_qnn_reg_devices() {
|
||||
int ggml_backend_qnn_reg_devices() {
|
||||
for (size_t idx = 0; idx < GGML_QNN_MAX_DEVICES; idx++) {
|
||||
char name[GGML_MAX_NAME];
|
||||
ggml_backend_qnn_get_device_description(idx, name, GGML_MAX_NAME);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue