diff options
author | Kefu Chai <kchai@redhat.com> | 2018-12-10 15:57:21 +0100 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2018-12-17 14:05:05 +0100 |
commit | 53a38bf57e10b681268378737955e50f6239e925 (patch) | |
tree | f9c6a79fffb3ddf4a9204deae0dec6f7818d95ab /.gitmodules | |
parent | cmake: update to accommodate seastar changes (diff) | |
download | ceph-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-- | .gitmodules | 3 |
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 |