summaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorKefu Chai <kchai@redhat.com>2018-12-10 15:57:21 +0100
committerKefu Chai <kchai@redhat.com>2018-12-17 14:05:05 +0100
commit53a38bf57e10b681268378737955e50f6239e925 (patch)
treef9c6a79fffb3ddf4a9204deae0dec6f7818d95ab /.gitmodules
parentcmake: update to accommodate seastar changes (diff)
downloadceph-53a38bf57e10b681268378737955e50f6239e925.tar.xz
ceph-53a38bf57e10b681268378737955e50f6239e925.zip
fmt: remove fmt submodule
since seastar contains fmt 5.2.1 as a submodule. there is no need to have our own copy. Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index 4913e29f159..fc961d5fb29 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -55,9 +55,6 @@
[submodule "src/seastar"]
path = src/seastar
url = https://github.com/ceph/seastar.git
-[submodule "src/fmt"]
- path = src/fmt
- url = https://github.com/ceph/fmt.git
[submodule "src/c-ares"]
path = src/c-ares
url = https://github.com/ceph/c-ares.git