8000 remove comment that's not valuable · rsbohn/circuitpython@9b6f590 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9b6f590

Browse files
committed
remove comment that's not valuable
1 parent 07777dc commit 9b6f590

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

shared-module/storage/__init__.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,6 @@ void common_hal_storage_mount(mp_obj_t vfs_obj, const char *mount_path, bool rea
177177
args[0] = readonly ? mp_const_true : mp_const_false;
178178
args[1] = mp_const_false; // Don't make the file system automatically when mounting.
179179

180-
// 8.2.x: no check for existence of mount point, to ease the 8.2.x -> 9 transition
181-
// 9: requires existence of mount point as directory
182-
183180
// Check that there is a directory with the same name as the mount point.
184181
// But it's ok to mount '/' in any case.
185182
if (strcmp(vfs->str, "/") != 0) {

0 commit comments

Comments
 (0)
0