summaryrefslogtreecommitdiff
path: root/src/filecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/filecache.h')
-rw-r--r--src/filecache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/filecache.h b/src/filecache.h
index cf59a8e5b..a913a06ac 100644
--- a/src/filecache.h
+++ b/src/filecache.h
@@ -36,9 +36,7 @@ public:
}
bool update(const std::string &name, const std::string &data);
- bool update_sha1(const std::string &data);
bool load(const std::string &name, std::ostream &os);
- bool load_sha1(const std::string &sha1_raw, std::ostream &os);
private:
std::string m_dir;