[lldb] [Host/FreeBSD] Remove unused variable (NFC)

This commit is contained in:
Michał Górny 2021-10-23 11:38:11 +02:00
parent 5de69e16ea
commit ff56d80eaa
1 changed files with 0 additions and 1 deletions

View File

@ -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);