From 27e26df66582af1f807fd2a2e499ef8145979e48 Mon Sep 17 00:00:00 2001 From: Dhruba Borthakur Date: Mon, 18 Feb 2013 19:42:29 -0800 Subject: [PATCH] cleanup README. Summary: Test Plan: Reviewers: CC: Task ID: # Blame Rev: --- README | 3 --- 1 file changed, 3 deletions(-) diff --git a/README b/README index 3660a55c9..783332c44 100644 --- a/README +++ b/README @@ -11,9 +11,6 @@ single database. The core of this code has been derived from open-source leveldb. -leveldb: A key-value store -Authors: Sanjay Ghemawat (sanjay@google.com) and Jeff Dean (jeff@google.com) - The code under this directory implements a system for maintaining a persistent key/value store.