Remove outdated comment about update_submodule

Although its origins were in bootstrap.py, that code in bootstrap.py
no longer exists since it was removed.
This commit is contained in:
Eric Huss 2024-07-25 16:18:46 -07:00
parent 922fdd8462
commit 6a449d97fe

View file

@ -470,7 +470,6 @@ impl Build {
build
}
// modified from `check_submodule` and `update_submodule` in bootstrap.py
/// Given a path to the directory of a submodule, update it.
///
/// `relative_path` should be relative to the root of the git repository, not an absolute path.