mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 22:25:07 +03:00
Remove unnecessary Cgo line
This commit is contained in:
parent
e99903bf72
commit
12e088ab9e
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ package yggdrasil
|
||||||
#cgo LDFLAGS: -framework Foundation
|
#cgo LDFLAGS: -framework Foundation
|
||||||
#import <Foundation/Foundation.h>
|
#import <Foundation/Foundation.h>
|
||||||
void WakeUpAWDL() {
|
void WakeUpAWDL() {
|
||||||
id delegateObject; // Assume this exists.
|
|
||||||
NSNetServiceBrowser *serviceBrowser;
|
NSNetServiceBrowser *serviceBrowser;
|
||||||
|
|
||||||
serviceBrowser = [[NSNetServiceBrowser alloc] init];
|
serviceBrowser = [[NSNetServiceBrowser alloc] init];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue