Skip to content

Commit 98b07f1

Browse files
committed
chore(ffi/ts): rm send_message impls from fixtures
1 parent aa809ad commit 98b07f1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

crypto-ffi/bindings/js/benches/utils.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@ export async function setup() {
6666
window._latestCommitBundle = commitBundle;
6767
return window.ccModule.MlsTransportResponse.Success.new();
6868
},
69-
async sendMessage() {
70-
return window.ccModule.MlsTransportResponse.Success.new();
71-
},
7269
async prepareForTransport(
7370
secret: HistorySecret
7471
): Promise<MlsTransportData> {

crypto-ffi/bindings/js/test/wdio/utils.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,6 @@ export async function setup() {
109109
window._latestCommitBundle = commitBundle;
110110
return window.ccModule.MlsTransportResponse.Success.new();
111111
},
112-
async sendMessage() {
113-
return window.ccModule.MlsTransportResponse.Success.new();
114-
},
115112
async prepareForTransport(
116113
secret: HistorySecret
117114
): Promise<MlsTransportData> {

0 commit comments

Comments
 (0)