about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2024-07-25 16:18:46 -0700
committerEric Huss <eric@huss.org>2024-07-25 16:18:46 -0700
commit6a449d97fe01a5c34f606b082d75d553b7cb3f80 (patch)
treefe5d7f67423a1faee250202c7d71271d04414c3b /src/bootstrap
parent922fdd84627aa40237ca7adab07719fd98d4378b (diff)
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.
Diffstat (limited to 'src/bootstrap')
-rw-r--r--src/bootstrap/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bootstrap/src/lib.rs b/src/bootstrap/src/lib.rs
index e8f412d785d..0ce50ccaf3f 100644
--- a/src/bootstrap/src/lib.rs
+++ b/src/bootstrap/src/lib.rs
@@ -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.