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