Remove test panic from File::open
This commit is contained in:
parent
cd805f09ff
commit
fed5f98c47
1 changed files with 0 additions and 3 deletions
|
@ -328,9 +328,6 @@ impl File {
|
||||||
mem::size_of::<c::FILE_ALLOCATION_INFO>() as u32,
|
mem::size_of::<c::FILE_ALLOCATION_INFO>() as u32,
|
||||||
);
|
);
|
||||||
if result == 0 {
|
if result == 0 {
|
||||||
if api::get_last_error().code != 0 {
|
|
||||||
panic!("FILE_ALLOCATION_INFO failed!!!");
|
|
||||||
}
|
|
||||||
let eof = c::FILE_END_OF_FILE_INFO { EndOfFile: 0 };
|
let eof = c::FILE_END_OF_FILE_INFO { EndOfFile: 0 };
|
||||||
let result = c::SetFileInformationByHandle(
|
let result = c::SetFileInformationByHandle(
|
||||||
handle.as_raw_handle(),
|
handle.as_raw_handle(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue