remove obsolete helper
seems to be a leftover, obsoleted by the simplifications done this june
in c80b1894e6 Ticket #641
This commit is contained in:
parent
58757281b0
commit
088922a790
1 changed files with 0 additions and 6 deletions
|
|
@ -184,12 +184,6 @@ namespace session {
|
||||||
{
|
{
|
||||||
return bind (&PlacementMO::isCompatible<MO>, _1 );
|
return bind (&PlacementMO::isCompatible<MO>, _1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
|
||||||
resetResultIteration (iterator const& newQueryResults)
|
|
||||||
{
|
|
||||||
static_cast<iterator&> (*this) = newQueryResults;
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue