Skip to content

Commit 518fd27

Browse files
committed
Remove extra comment left over from before
1 parent 5df0cf5 commit 518fd27

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

gix-path/src/env/git.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -195,10 +195,6 @@ mod tests {
195195
/// programs use the same program files directory while 32-bit x86 and ARM programs use two
196196
/// others. Only a 32-bit has no 64-bit program files directory.
197197
maybe_pf_64bit: Result<PathBuf, std::io::Error>,
198-
// While
199-
// KnownFolder::ProgramFilesX64 exists, it's unfortunately unavailable to 32-bit
200-
// processes; see
201-
// https://learn.microsoft.com/en-us/windows/win32/shell/knownfolderid#remarks.
202198
}
203199

204200
impl PathsByRole {

0 commit comments

Comments
 (0)