4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-15 15:36:06 +00:00

Remove unnecessary Cgo line

This commit is contained in:
Neil Alexander
2019-03-01 19:34:53 +00:00
parent e99903bf72
commit 12e088ab9e

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