From e2b9bd221bd4eb999af0bca5baa613f64979bf72 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Tue, 28 May 2024 08:17:39 +0200 Subject: [PATCH] build: Remove externals submodule --- .gitmodules | 3 --- third_party/externals | 1 - 2 files changed, 4 deletions(-) delete mode 160000 third_party/externals diff --git a/.gitmodules b/.gitmodules index cc479aeae..8f1ae8c3a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ # SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors # SPDX-License-Identifier: CC0-1.0 -[submodule "externals"] - path = third_party/externals - url = git@github.com:swift-project/externals.git [submodule "src/xswiftbus/xplanemp2"] path = src/xswiftbus/xplanemp2 url = git@github.com:swift-project/xplanemp2.git diff --git a/third_party/externals b/third_party/externals deleted file mode 160000 index 53e671fc3..000000000 --- a/third_party/externals +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 53e671fc3ba76f2036b9130314507776d161c6e0