Code Clean处理

This commit is contained in:
Jeff
2026-04-23 14:57:22 +08:00
parent 89f53efb33
commit eb7db0310f
10 changed files with 12 additions and 17 deletions

View File

@@ -17,7 +17,6 @@
#define new DEBUG_NEW
#endif
// 唯一的应用程序对象
CWinApp theApp;
@@ -548,7 +547,6 @@ void GetDirInfo()
SetCurrentDirectory(g_szCurModuleDir);
}
/// <summary>
/// 处理设置版本命令。
/// </summary>
@@ -606,7 +604,6 @@ int HandleSetVerCommand(int argc, TCHAR* argv[])
return RewriteSetVerByProjectType(lpRepoPath, strProductVersion, strFileVersion);
}
/// <summary>
/// <summary>
/// 准备C++重写内容。
@@ -671,7 +668,6 @@ void PrepareCppRewriteContent(const CString& strCommitId, int nPEType, CString&
#endif
}
/// <summary>
/// 准备C#重写内容。
/// </summary>
@@ -710,7 +706,6 @@ void PrepareCSharpRewriteContent(const CString& strCommitId, CString& strResFile
vtNewContent.push_back(ToAnsiString(szValue));
}
/// <summary>
/// 处理重写命令。
/// </summary>