remove unused function

This commit is contained in:
gfgtdf 2015-09-11 20:29:55 +00:00
parent 20a2a17f88
commit 276a79ab3b
2 changed files with 0 additions and 8 deletions

View file

@ -608,13 +608,6 @@ void replay::set_to_end()
base_->set_to_end();
}
void replay::clear()
{
message_locations.clear();
message_log.clear();
//FIXME
}
bool replay::empty()
{
return ncommands() == 0;

View file

@ -115,7 +115,6 @@ public:
bool at_end() const;
void set_to_end();
void clear();
bool empty();
enum MARK_SENT { MARK_AS_UNSENT, MARK_AS_SENT };