Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ptahmose committed Nov 1, 2023
1 parent 4ada0ca commit 359f5f1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions Src/libCZI/libCZI_Lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@ std::shared_ptr<IAccessor> libCZI::CreateAccesor(std::shared_ptr<ISubBlockReposi
std::shared_ptr<libCZI::IStream> libCZI::CreateStreamFromFile(const wchar_t* szFilename)
{
return StreamsFactory::CreateDefaultStreamForFile(szFilename);

Check warning on line 93 in Src/libCZI/libCZI_Lib.cpp

View check run for this annotation

Codecov / codecov/patch

Src/libCZI/libCZI_Lib.cpp#L93

Added line #L93 was not covered by tests
//#ifdef _WIN32
// return make_shared<CSimpleStreamImplWindows>(szFilename);
//#else
//#if LIBCZI_USE_PREADPWRITEBASED_STREAMIMPL
// return make_shared<CStreamImplPread>(szFilename);
//#else
// return make_shared<CSimpleStreamImpl>(szFilename);
//#endif
//#endif
}

std::shared_ptr<libCZI::IStream> libCZI::CreateStreamFromMemory(std::shared_ptr<const void> ptr, size_t dataSize)
Expand Down

0 comments on commit 359f5f1

Please sign in to comment.