diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-07 12:20:07 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-07 12:20:07 +0100 |
| commit | 3bdf20918de9091d6204a5b26715fe95d5824704 (patch) | |
| tree | 5c851668e3904212d4d761c54fd01022ebcdb0b9 /exports | |
| parent | a317743ae441fe7dfdc2f1ab6be702dd215973f6 (diff) | |
Exports: Remove obsolete TODO
Diffstat (limited to 'exports')
| -rw-r--r-- | exports/exports.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/exports/exports.go b/exports/exports.go index d065d18..28b6e42 100644 --- a/exports/exports.go +++ b/exports/exports.go @@ -317,7 +317,6 @@ func Deregister() *C.char { // //export AddServer func AddServer(c C.uintptr_t, _type C.int, id *C.char, ni C.int) *C.char { - // TODO: type state, stateErr := getVPNState() if stateErr != nil { return getCError(stateErr) |
