about summary refs log tree commit diff
path: root/third_party/git/submodule.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/submodule.h')
-rw-r--r--third_party/git/submodule.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/third_party/git/submodule.h b/third_party/git/submodule.h
index c81ec1a9b6..8072e6d6dd 100644
--- a/third_party/git/submodule.h
+++ b/third_party/git/submodule.h
@@ -124,11 +124,6 @@ int push_unpushed_submodules(struct repository *r,
  */
 int submodule_to_gitdir(struct strbuf *buf, const char *submodule);
 
-/*
- * Make sure that no submodule's git dir is nested in a sibling submodule's.
- */
-int validate_submodule_git_dir(char *git_dir, const char *submodule_name);
-
 #define SUBMODULE_MOVE_HEAD_DRY_RUN (1<<0)
 #define SUBMODULE_MOVE_HEAD_FORCE   (1<<1)
 int submodule_move_head(const char *path,