Skip to content

Commit 08924b5

Browse files
committed
[lldb] Remove unused code in GetVersion (NFC)
Small cleanup to `lldb_private::GetVersion()`. Differential Revision: https://reviews.llvm.org/D88939
1 parent a52cc9b commit 08924b5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lldb/source/lldb.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,7 @@ static const char *GetLLDBRepository() {
3333
#endif
3434
}
3535

36-
#define QUOTE(str) #str
37-
#define EXPAND_AND_QUOTE(str) QUOTE(str)
38-
3936
const char *lldb_private::GetVersion() {
40-
// On platforms other than Darwin, report a version number in the same style
41-
// as the clang tool.
4237
static std::string g_version_str;
4338
if (g_version_str.empty()) {
4439
g_version_str += "lldb version ";

0 commit comments

Comments
 (0)