forked from OSchip/llvm-project
[lldb] [Host/FreeBSD] Remove unused variable (NFC)
This commit is contained in:
parent
5de69e16ea
commit
ff56d80eaa
|
@ -32,7 +32,6 @@ llvm::VersionTuple HostInfoFreeBSD::GetOSVersion() {
|
|||
|
||||
llvm::Optional<std::string> HostInfoFreeBSD::GetOSBuildString() {
|
||||
int mib[2] = {CTL_KERN, KERN_OSREV};
|
||||
char osrev_str[12];
|
||||
uint32_t osrev = 0;
|
||||
size_t osrev_len = sizeof(osrev);
|
||||
|
||||
|
|
Loading…
Reference in New Issue