mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Remove redundant static in anonymous fileproviderxpc utils namespace
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
c9997ce5f9
commit
8a8d3b3ef5
@ -22,8 +22,8 @@
|
||||
|
||||
namespace {
|
||||
|
||||
static const char *const clientCommunicationServiceName = "com.nextcloud.desktopclient.ClientCommunicationService";
|
||||
static NSString *const nsClientCommunicationServiceName = [NSString stringWithUTF8String:clientCommunicationServiceName];
|
||||
const char *const clientCommunicationServiceName = "com.nextcloud.desktopclient.ClientCommunicationService";
|
||||
NSString *const nsClientCommunicationServiceName = [NSString stringWithUTF8String:clientCommunicationServiceName];
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user