Skip to content

Commit 2b93a39

Browse files
hokeinJDevlieghere
authored andcommitted
[lldb] Remove unused lldb.cpp
lldb.cpp is unused after llvm@ccf1469 Differential Revision: https://reviews.llvm.org/D115438 (cherry picked from commit eaf4f60)
1 parent 0a95f11 commit 2b93a39

File tree

2 files changed

+1
-90
lines changed

2 files changed

+1
-90
lines changed

lldb/source/Version/Version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ const char *lldb_private::GetVersion() {
7878
g_version_str += "\n llvm revision ";
7979
g_version_str += llvm_rev;
8080
}
81-
}
8281
#endif
82+
}
8383

8484
return g_version_str.c_str();
8585
}

lldb/source/lldb.cpp

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)