Skip to content

Commit

Permalink
Merge pull request #412 from Cypherock/source-clean-up
Browse files Browse the repository at this point in the history
chore: Remove dead code
  • Loading branch information
ujjwal-cyph authored Dec 16, 2023
2 parents 8c23cb0 + 5a66284 commit 4a9dbbb
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 1,053 deletions.
1 change: 0 additions & 1 deletion apps/evm_family/evm_helpers.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@

#include "evm_helpers.h"

#include "eth.h"
#include "evm_priv.h"
#include "evm_txn_helpers.h"
#include "evm_typed_data_helper.h"
Expand Down
1 change: 0 additions & 1 deletion apps/evm_family/evm_typed_data_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@

#include "coin_utils.h"
#include "eip712_utils.h"
#include "eth.h"
#include "evm_priv.h"

/*****************************************************************************
Expand Down
2 changes: 1 addition & 1 deletion apps/evm_family/evm_typed_data_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/*****************************************************************************
* INCLUDES
*****************************************************************************/
#include "eth.h"

#include "evm_priv.h"

/*****************************************************************************
Expand Down
Loading

0 comments on commit 4a9dbbb

Please sign in to comment.