Skip to content

Commit

Permalink
cleanup protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
ravyu-jump committed May 15, 2024
1 parent 5431b86 commit b20081f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 4 additions & 6 deletions src/flamenco/runtime/tests/fd_exec_test.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions src/flamenco/runtime/tests/fd_exec_test.proto
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,7 @@ message ELFLoaderEffects {
bytes rodata = 1
[(nanopb).type = FT_POINTER];
uint64 rodata_sz = 2;

bytes text = 3
[(nanopb).type = FT_POINTER];

uint64 text_cnt = 4;
uint64 text_off = 5;

Expand Down

0 comments on commit b20081f

Please sign in to comment.