[all-commits] [llvm/llvm-project] 961d94: [lldb] Remove unused variable
Brad Smith via All-commits
all-commits at lists.llvm.org
Mon Dec 4 16:55:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 961d943e396fa179988a160c2998f0bafc2a56c0
https://github.com/llvm/llvm-project/commit/961d943e396fa179988a160c2998f0bafc2a56c0
Author: Brad Smith <brad at comstyle.com>
Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths:
M lldb/source/Host/netbsd/HostInfoNetBSD.cpp
Log Message:
-----------
[lldb] Remove unused variable
lldb/source/Host/netbsd/HostInfoNetBSD.cpp:48:8: warning: unused variable 'osrev_str' [-Wunused-variable]
char osrev_str[12];
^
1 warning generated.
More information about the All-commits
mailing list