]> git.ipfire.org Git - thirdparty/git.git/blobdiff - submodule-config.h
submodule-config.h: remove unused SUBMODULE_INIT macro
[thirdparty/git.git] / submodule-config.h
index c11e22cf509ad1be7531c1740f4701578e6db723..65875b94ea503c4f13fa907ec58f8ae648a7d199 100644 (file)
@@ -45,10 +45,6 @@ struct submodule {
        struct object_id gitmodules_oid;
        int recommend_shallow;
 };
-
-#define SUBMODULE_INIT { NULL, NULL, NULL, RECURSE_SUBMODULES_NONE, \
-       NULL, NULL, SUBMODULE_UPDATE_STRATEGY_INIT, { { 0 } }, -1 };
-
 struct submodule_cache;
 struct repository;