Skip to content

Commit c072138

Browse files
committed
going
1 parent a8b9b92 commit c072138

File tree

5 files changed

+7
-185
lines changed

5 files changed

+7
-185
lines changed

src/flamenco/runtime/tests/flatbuffers/fd_harness_common_flatbuffers.c

Lines changed: 0 additions & 70 deletions
This file was deleted.

src/flamenco/runtime/tests/flatbuffers/fd_harness_common_flatbuffers.h

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/flamenco/runtime/tests/flatbuffers/fd_sol_compat_flatbuffers.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ FD_PROTOTYPES_BEGIN
5151
// uchar const * in,
5252
// ulong in_sz );
5353

54-
int
55-
sol_compat_elf_loader_v2( uchar * out,
56-
ulong * out_sz,
57-
uchar const * in,
58-
ulong in_sz );
54+
// int
55+
// sol_compat_elf_loader_v2( uchar * out,
56+
// ulong * out_sz,
57+
// uchar const * in,
58+
// ulong in_sz );
5959

6060
// int
6161
// sol_compat_vm_syscall_execute_v2( uchar * out,

src/flamenco/runtime/tests/flatbuffers/fd_solfuzz_exec_flatbuffers.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ sol_compat_cmp_txn( fd_exec_test_txn_result_t * expected,
246246
return 1;
247247
}
248248

249+
/*
249250
int
250251
fd_solfuzz_instr_fixture( fd_solfuzz_runner_t * runner,
251252
uchar const * in,
@@ -388,3 +389,4 @@ fd_solfuzz_vm_interp_fixture( fd_solfuzz_runner_t * runner,
388389
pb_release( &fd_exec_test_syscall_fixture_t_msg, fixture );
389390
return ok;
390391
}
392+
*/

src/flamenco/runtime/tests/flatbuffers/fd_solfuzz_private_flatbuffers.h

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)