Changeset 80635 in vbox for trunk/src/VBox/Runtime/common/fs
- Timestamp:
- Sep 6, 2019 4:46:01 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133166
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/fs/extvfs.cpp
r80633 r80635 1197 1197 { 1198 1198 bool fIns = RTAvlU32Insert(&pThis->InodeRoot, &pInode->Core); 1199 Assert(fIns); 1199 Assert(fIns); RT_NOREF(fIns); 1200 1200 } 1201 1201 }
Note:
See TracChangeset
for help on using the changeset viewer.