We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab65c9c commit 961d943Copy full SHA for 961d943
lldb/source/Host/netbsd/HostInfoNetBSD.cpp
@@ -45,7 +45,6 @@ llvm::VersionTuple HostInfoNetBSD::GetOSVersion() {
45
46
std::optional<std::string> HostInfoNetBSD::GetOSBuildString() {
47
int mib[2] = {CTL_KERN, KERN_OSREV};
48
- char osrev_str[12];
49
int osrev = 0;
50
size_t osrev_len = sizeof(osrev);
51
0 commit comments