Skip to content

Commit

Permalink
MockStorage: remove unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
srouquette committed Sep 4, 2015
1 parent 5ae1169 commit ce7783a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/filesystem/mock/storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ class MockStorage : public Storage {
using Storage::Storage;
using Storage::make;

template<typename T>
const T& get_entry_property(const Entry& entry) const {
return entry.get_property<T>();
}

MOCK_METHOD1(resolve, entry_ptr_t (const std::string& url));
MOCK_CONST_METHOD1(is_dir, bool (const Entry& entry));
MOCK_CONST_METHOD1(exists, bool (const Entry& entry));
Expand Down

0 comments on commit ce7783a

Please sign in to comment.