Skip to content

Commit

Permalink
remove invalid hook function
Browse files Browse the repository at this point in the history
  • Loading branch information
tequdev committed May 17, 2024
1 parent 8cdb9d7 commit f9ef43c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions contracts/utils/extern.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ otxn_burden(void);
extern int64_t
otxn_field(uint32_t write_ptr, uint32_t write_len, uint32_t field_id);

extern int64_t
otxn_field_txt(uint32_t write_ptr, uint32_t write_len, uint32_t field_id);

extern int64_t
otxn_generation(void);

Expand Down Expand Up @@ -347,4 +344,4 @@ util_verify(
uint32_t kread_ptr,
uint32_t kread_len);
#define HOOK_EXTERN
#endif // HOOK_EXTERN
#endif // HOOK_EXTERN

0 comments on commit f9ef43c

Please sign in to comment.