[Lldb-commits] [PATCH] D88939: [lldb] Remove unused code in GetVersion (NFC)
Dave Lee via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 7 08:51:00 PDT 2020
kastiglione updated this revision to Diff 296700.
kastiglione added a comment.
Update commit message
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88939/new/
https://reviews.llvm.org/D88939
Files:
lldb/source/lldb.cpp
Index: lldb/source/lldb.cpp
===================================================================
--- lldb/source/lldb.cpp
+++ lldb/source/lldb.cpp
@@ -33,12 +33,7 @@
#endif
}
-#define QUOTE(str) #str
-#define EXPAND_AND_QUOTE(str) QUOTE(str)
-
const char *lldb_private::GetVersion() {
- // On platforms other than Darwin, report a version number in the same style
- // as the clang tool.
static std::string g_version_str;
if (g_version_str.empty()) {
g_version_str += "lldb version ";
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88939.296700.patch
Type: text/x-patch
Size: 502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20201007/19ba27a6/attachment.bin>
More information about the lldb-commits
mailing list