aboutsummaryrefslogtreecommitdiff
path: root/src/leveldb/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/leveldb/README')
-rw-r--r--src/leveldb/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/leveldb/README b/src/leveldb/README
index 2bf787ef23..3618adeeed 100644
--- a/src/leveldb/README
+++ b/src/leveldb/README
@@ -1,11 +1,3 @@
-LevelDB is a third party library used for the transaction database.
-It is imported into the Bitcoin codebase due to being relatively new
-and not widely packaged.
-
-
-
----------------------------------------------------------------------
-
leveldb: A key-value store
Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com)