Skip to content

Commit

Permalink
[ci] Remove checks that were necessary for porting out of char type
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Sep 24, 2023
1 parent d9bd6ed commit aea93b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/ossia/network/value/value_conversion.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ OSSIA_EXPORT T convert(const ossia::value& val);

template <typename T>
OSSIA_EXPORT T convert(const T& cur, const ossia::value& val);
template <>
OSSIA_EXPORT char convert<char>(const ossia::value& val) = delete;
template <>
OSSIA_EXPORT char convert<char>(const char& cur, const ossia::value& val) = delete;

/**
* @brief convert Convert lists to array<float, 2/3/4>
Expand Down

0 comments on commit aea93b2

Please sign in to comment.