diff options
author | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-27 14:22:48 +0100 |
---|---|---|
committer | Danny Al-Gaaf <danny.al-gaaf@bisect.de> | 2013-02-27 14:22:48 +0100 |
commit | 8162215d7e3f682dae1ff9d82ffc56cf1a124e8b (patch) | |
tree | 8edd469f10d0069bed3c617b786c399c920906c9 | |
parent | ea546aef0c86da521f8a360d4bfd10315af3f46b (diff) | |
download | ceph-8162215d7e3f682dae1ff9d82ffc56cf1a124e8b.tar.gz |
remove leveldb from master branch
Since we now build against system leveldb and no longer
against a git submodule, drop the submodule from git master.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | src/leveldb | 0 |
2 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 4bb068b79f4..88db71c0201 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "ceph-object-corpus"] path = ceph-object-corpus url = git://ceph.com/git/ceph-object-corpus.git -[submodule "src/leveldb"] - path = src/leveldb - url = git://github.com/ceph/leveldb.git [submodule "src/libs3"] path = src/libs3 url = git://github.com/ceph/libs3.git diff --git a/src/leveldb b/src/leveldb deleted file mode 160000 -Subproject c79c270174307411819ddfdd8c9b671ec4fb69c |