remove comment

This commit is contained in:
dranik
2026-06-04 13:28:19 +03:00
parent d8e644b032
commit a296f1b5c9
@@ -107,7 +107,6 @@ bool prepareIdentity(const QByteArray &source, const QString &friendlyName, QByt
return true; return true;
} }
// Removes any previously imported identity with this label from the login keychain.
void removeIdentityFromLoginKeychain(const QString &label) void removeIdentityFromLoginKeychain(const QString &label)
{ {
NSDictionary *query = @{ NSDictionary *query = @{
@@ -198,7 +197,6 @@ NSData *copyIdentityPersistentRef(const QString &label)
return (NSData *)CFAutorelease(persistentRef); return (NSData *)CFAutorelease(persistentRef);
} }
// Runs /usr/bin/security as root through the privileged Amnezia service.
void runPrivilegedSecurity(const QString &label, const QStringList &arguments) void runPrivilegedSecurity(const QString &label, const QStringList &arguments)
{ {
auto process = IpcClient::CreatePrivilegedProcess(); auto process = IpcClient::CreatePrivilegedProcess();