Skip to content

Commit

Permalink
Remove unused Archive::Visitor interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Sep 12, 2017
1 parent 85bd045 commit 5e6c4fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions include/iarchive.h
Expand Up @@ -89,16 +89,6 @@ class CustomArchiveVisitor;
class Archive
{
public:
/**
* Visitor class for traversing files within an Archive.
*/
class Visitor
{
public:
virtual ~Visitor() {}
virtual void visit(const std::string& name) = 0;
};

typedef CustomArchiveVisitor VisitorFunc;

enum EMode {
Expand Down
1 change: 0 additions & 1 deletion plugins/vfspk3/FileVisitor.h
Expand Up @@ -9,7 +9,6 @@
#include <boost/algorithm/string/case_conv.hpp>

class FileVisitor
: public Archive::Visitor
{
// The VirtualFileSystem::Visitor to call for each located file
VirtualFileSystem::VisitorFunc _visitorFunc;
Expand Down

0 comments on commit 5e6c4fd

Please sign in to comment.