Remove unnecessary Cgo line

This commit is contained in:
Neil Alexander 2019-03-01 19:34:53 +00:00
parent e99903bf72
commit 12e088ab9e
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -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];