Changeset 79950 in vbox for trunk/src/VBox/Runtime/common/ioqueue
- Timestamp:
- Jul 24, 2019 11:13:26 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132375
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/ioqueue/ioqueue-aiofile-provider.cpp
r79949 r79950 202 202 { 203 203 int rc2 = RTFileAioReqDestroy(hReq); 204 Assert(rc2); 204 Assert(rc2); RT_NOREF(rc2); 205 205 } 206 206 }
Note:
See TracChangeset
for help on using the changeset viewer.