Skip to content

Commit cefd280

Browse files
committed
Make function static (NFC)
1 parent 97ca349 commit cefd280

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
@@ -436,7 +436,7 @@ static void ParseOSVersion(llvm::VersionTuple &version, NSString *Key) {
436436
return output.str();
437437
};
438438

439-
llvm::Expected<std::string> GetXcodeSDK(XcodeSDK sdk) {
439+
static llvm::Expected<std::string> GetXcodeSDK(XcodeSDK sdk) {
440440
XcodeSDK::Info info = sdk.Parse();
441441
std::string sdk_name = XcodeSDK::GetCanonicalName(info);
442442
if (sdk_name.empty())

0 commit comments

Comments
 (0)