Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Remove unused code #7673

Closed
wants to merge 1 commit into from
Closed

Remove unused code #7673

wants to merge 1 commit into from

Conversation

spartucus
Copy link
Contributor

Change Description

Remove unused variable uint32_t sign_of_a = a.v >> 31; in float _eosio_f32_copysign( float af, float bf ) function and uint64_t sign_of_a = a.v >> 63; in double _eosio_f64_copysign( double af, double bf ) function.

Consensus Changes

  • Consensus Changes

API Changes

  • API Changes

Documentation Additions

  • Documentation Additions

@spoonincode
Copy link
Contributor

Hello, please base your PRs off of the develop branch. Thanks.

@spartucus spartucus closed this Jul 24, 2019
@spartucus spartucus deleted the patch-1 branch July 24, 2019 01:13
@spartucus
Copy link
Contributor Author

Rebased in #7676.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants