From 37bc7294e295757428d59fb782682b8bbe74ba1e Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Wed, 8 Apr 2020 13:11:09 -0700 Subject: [PATCH] Remove .gitmodules file This had two entries which were removed in #1677 and #2118. --- .gitmodules | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index b8b1f289dbe..00000000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "test/spec"] - path = test/spec - url = https://github.com/WebAssembly/testsuite.git -[submodule "test/emscripten"] - path = test/emscripten - url = https://github.com/kripken/emscripten.git