Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf committed Sep 11, 2015
1 parent 20a2a17 commit 276a79a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions src/replay.cpp
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/replay.hpp
Expand Up @@ -115,7 +115,6 @@ class replay
bool at_end() const;
void set_to_end();

void clear();
bool empty();

enum MARK_SENT { MARK_AS_UNSENT, MARK_AS_SENT };
Expand Down

0 comments on commit 276a79a

Please sign in to comment.