Skip to content

Commit 5f76404

Browse files
committed
remove unused code
1 parent 05fb9fd commit 5f76404

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: src/modules/frost/keygen_impl.h

-6
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,6 @@ typedef struct {
238238
size_t threshold;
239239
} secp256k1_frost_compute_pubshare_ecmult_data;
240240

241-
typedef struct {
242-
const secp256k1_context *ctx;
243-
const secp256k1_pubkey * const* pks;
244-
size_t threshold;
245-
} secp256k1_frost_pubkey_combine_ecmult_data;
246-
247241
typedef struct {
248242
const secp256k1_context *ctx;
249243
const secp256k1_pubkey * const* pubshares;

0 commit comments

Comments
 (0)