aboutsummaryrefslogtreecommitdiff
path: root/db.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db.cpp')
-rw-r--r--db.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/db.cpp b/db.cpp
index ff9ece52b1..bbf24a0e70 100644
--- a/db.cpp
+++ b/db.cpp
@@ -508,27 +508,6 @@ bool LoadAddresses()
//
-// CReviewDB
-//
-
-bool CReviewDB::ReadReviews(uint256 hash, vector<CReview>& vReviews)
-{
- vReviews.size(); // msvc workaround, just need to do anything with vReviews
- return Read(make_pair(string("reviews"), hash), vReviews);
-}
-
-bool CReviewDB::WriteReviews(uint256 hash, const vector<CReview>& vReviews)
-{
- return Write(make_pair(string("reviews"), hash), vReviews);
-}
-
-
-
-
-
-
-
-//
// CWalletDB
//