Removed an unused function from tockArrayView in the C++ header file
This commit is contained in:
parent
b8556bfe6d
commit
79530aaf8b
|
@ -335,11 +335,6 @@ public:
|
|||
return tockArrayView<const T,DIMS>((const T*)realArray,std::make_pair(dims,totalSubDim));
|
||||
}
|
||||
|
||||
inline void updateFromVector(std::vector<typename boost::remove_const<T>::type>& v)
|
||||
{
|
||||
realArray = v.empty() ? NULL : &(v.at(0));
|
||||
}
|
||||
|
||||
inline tockArrayView<typename boost::remove_const<T>::type,DIMS> versionToSend()
|
||||
{
|
||||
return tockArrayView<typename boost::remove_const<T>::type,DIMS>(const_cast<typename boost::remove_const<T>::type*>(realArray),std::make_pair(dims,totalSubDim));
|
||||
|
|
Loading…
Reference in New Issue
Block a user