Skip to content

Commit

Permalink
remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjw24 committed Jan 3, 2024
1 parent 6fd0ad3 commit 1daa989
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions source/Lib/apputils/IStreamIO.h
Original file line number Diff line number Diff line change
Expand Up @@ -673,22 +673,6 @@ class IStreamToAbbr
const std::vector<SVPair<A>>* toMap;
};

template<bool isFloat> class FloatRoundingOffset
{
};

template<> class FloatRoundingOffset<true>
{
public:
static const int offset = 0;
};

template<> class FloatRoundingOffset<false>
{
public:
static const int offset = 1;
};

template<typename T, typename A>
inline std::istream& operator >> ( std::istream& in, IStreamToAbbr<T,A>& toValue )
{
Expand Down

0 comments on commit 1daa989

Please sign in to comment.