Skip to content

Commit

Permalink
take out assert in ArchiverVisualStudioLIB::getCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
rewrking committed Dec 10, 2023
1 parent 32bdcb7 commit 6572af4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Compile/Archiver/ArchiverVisualStudioLIB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ ArchiverVisualStudioLIB::ArchiverVisualStudioLIB(const BuildState& inState, cons
/*****************************************************************************/
StringList ArchiverVisualStudioLIB::getCommand(const std::string& outputFile, const StringList& sourceObjs) const
{
chalet_assert(!outputFile.empty() && !sourceObjs.empty(), "");

StringList ret;

if (m_state.toolchain.archiver().empty())
Expand Down

0 comments on commit 6572af4

Please sign in to comment.