Skip to content
Snippets Groups Projects
Commit b9773dee authored by Markus Blatt's avatar Markus Blatt
Browse files

[parallel,release] Removes dead code and makes test compile again.

parent 8ce06634
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ public:
* @brief Get the size of the buffer.
* @return The number of elements the buffer can hold.
*/
std::size_t size()
std::size_t size() const
{
return size_;
}
......@@ -481,11 +481,6 @@ public:
{
buf.write(data_.size(i));
}
template<class B>
void scatter(B& buf, std::size_t i, std::size_t n)
{
buf.read(&(trackers_[index_].size()));
}
void setReceivingIndex(std::size_t i)
{
index_=i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment