mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 23:20:28 +00:00
Remove unnecessary Cgo line
This commit is contained in:
parent
e99903bf72
commit
12e088ab9e
@ -7,7 +7,6 @@ package yggdrasil
|
||||
#cgo LDFLAGS: -framework Foundation
|
||||
#import <Foundation/Foundation.h>
|
||||
void WakeUpAWDL() {
|
||||
id delegateObject; // Assume this exists.
|
||||
NSNetServiceBrowser *serviceBrowser;
|
||||
|
||||
serviceBrowser = [[NSNetServiceBrowser alloc] init];
|
||||
|
Loading…
Reference in New Issue
Block a user