Skip to content

Commit 0cc9f66

Browse files
committed
Remove redundant code
1 parent 85c6150 commit 0cc9f66

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tools/projmgr/src/ProjMgrWorker.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6050,8 +6050,6 @@ bool ProjMgrWorker::CheckPackVerAndCollectRelNotes(std::vector<std::string>& res
60506050
}
60516051

60526052
bool ProjMgrWorker::ReadPackReleaseNotes(const string& pdscFile, const string& currentVersion, const string& latestVersion, vector<string>& releaseNotes) {
6053-
if (pdscFile.empty() || !RteFsUtils::Exists(pdscFile)) { return false; }
6054-
60556053
RtePackage* pack = m_kernel->LoadPack(pdscFile);
60566054
if (!pack) { return false; }
60576055

0 commit comments

Comments
 (0)