From 5d39dab69b00aa4bafa70200568eb56f19e3c906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20De=20Keersmaeker?= <francois.dekeersmaeker@uclouvain.be> Date: Tue, 9 Jul 2024 21:32:10 +0200 Subject: [PATCH] Removed submodule hashmap --- .gitmodules | 3 --- src/hashmap | 1 - 2 files changed, 4 deletions(-) delete mode 160000 src/hashmap diff --git a/.gitmodules b/.gitmodules index 292def2..3a066e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "hashmap"] - path = src/hashmap - url = https://github.com/tidwall/hashmap.c [submodule "src/translator/protocols"] path = src/translator/protocols url = git@github.com:smart-home-network-security/protocol-translators.git diff --git a/src/hashmap b/src/hashmap deleted file mode 160000 index 1c13992..0000000 --- a/src/hashmap +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1c139923fe08f36143ecc0ba37cd674684f87f9c -- GitLab