Skip to content

Commit b4dc986

Browse files
boredhumanDaniel
and
Daniel
authored
[LLDB][OSX] Removed semi colon generating a warning during build (llvm#104398)
Singular warning I noticed when compiling lldb. Co-authored-by: Daniel <[email protected]>
1 parent b57038a commit b4dc986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Host/macosx/objcxx/HostInfoMacOSX.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ static void ParseOSVersion(llvm::VersionTuple &version, NSString *Key) {
128128
static bool ResolveAndVerifyCandidateSupportDir(FileSpec &path) {
129129
FileSystem::Instance().Resolve(path);
130130
return FileSystem::Instance().IsDirectory(path);
131-
};
131+
}
132132

133133
bool HostInfoMacOSX::ComputeSupportExeDirectory(FileSpec &file_spec) {
134134
FileSpec lldb_file_spec = GetShlibDir();

0 commit comments

Comments
 (0)