remove obsolete helper

seems to be a leftover, obsoleted by the simplifications done this june
in c80b1894e6 Ticket #641
This commit is contained in:
Fischlurch 2010-10-02 18:37:40 +02:00
parent 58757281b0
commit 088922a790

View file

@ -184,12 +184,6 @@ namespace session {
{
return bind (&PlacementMO::isCompatible<MO>, _1 );
}
void
resetResultIteration (iterator const& newQueryResults)
{
static_cast<iterator&> (*this) = newQueryResults;
}
};