From 53a38bf57e10b681268378737955e50f6239e925 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 10 Dec 2018 22:57:21 +0800 Subject: [PATCH] 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 --- .gitmodules | 3 --- src/fmt | 1 - 2 files changed, 4 deletions(-) delete mode 160000 src/fmt diff --git a/.gitmodules b/.gitmodules index 4913e29f1598..fc961d5fb298 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 diff --git a/src/fmt b/src/fmt deleted file mode 160000 index f61e71ccb9ab..000000000000 --- a/src/fmt +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f61e71ccb9ab253f6d76096b2d958caf38fcccaa -- 2.47.3