Remove unfunded offers on tecOVERSIZE

This commit is contained in:
JoelKatz
2015-09-08 12:26:29 -07:00
committed by Nik Bougalis
parent 332114c02a
commit 3759c553b0
10 changed files with 139 additions and 17 deletions

View File

@@ -148,13 +148,6 @@ ApplyViewBase::update(
items_.update(*base_, sle);
}
std::size_t
ApplyViewBase::size ()
{
return items_.size ();
}
//---
void