Skip to content

Commit

Permalink
fcmp_pp: remove android fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobtoht committed Sep 5, 2024
1 parent 4c52eca commit d238c24
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/fcmp_pp/curve_trees.h
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ static_assert(sizeof(OutputContext) == (8+32+32), "db expects 72 bytes for outpu

using OutputsByUnlockBlock = std::unordered_map<uint64_t, std::vector<OutputContext>>;


// TODO: hack to get arm-linux-android builds working, do not forget to remove this

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wc++11-narrowing"
//----------------------------------------------------------------------------------------------------------------------
//----------------------------------------------------------------------------------------------------------------------
// This class is useful to help update the curve trees merkle tree without needing to keep the entire tree in memory
Expand Down Expand Up @@ -297,7 +292,6 @@ class CurveTrees
const std::size_t m_c1_width;
const std::size_t m_c2_width;
};
#pragma clang diagnostic pop
//----------------------------------------------------------------------------------------------------------------------
using Helios = tower_cycle::Helios;
using Selene = tower_cycle::Selene;
Expand Down

0 comments on commit d238c24

Please sign in to comment.