Skip to content

Commit 681ae74

Browse files
committed
revert unused code
1 parent d0ee8d8 commit 681ae74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ggml/src/ggml.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -1758,11 +1758,11 @@ struct ggml_compute_params {
17581758
// ith = thread index, nth = number of threads
17591759
int ith, nth;
17601760

1761-
// work buffer for all threads
1762-
size_t wsize;
1763-
void * wdata;
1761+
// work buffer for all threads
1762+
size_t wsize;
1763+
void * wdata;
17641764

1765-
struct ggml_compute_state_shared * shared;
1765+
struct ggml_compute_state_shared * shared;
17661766
};
17671767

17681768
//

0 commit comments

Comments
 (0)