summaryrefslogtreecommitdiff
path: root/bitmask/windows.go
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-06-04 13:23:35 +0200
committerRuben Pollan <meskio@sindominio.net>2018-06-04 20:59:09 +0200
commitde9eb2148f9d1af3a0e78b2567f862269df7517f (patch)
treee504f38b29ac86e0871a7a515f5da796684c8a2b /bitmask/windows.go
parent8c3ba3a2d6a3db9d277c9d6b7532d125b39e1676 (diff)
[feat] use http to communicate with the core
Instead of using zmq.
Diffstat (limited to 'bitmask/windows.go')
-rw-r--r--bitmask/windows.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/bitmask/windows.go b/bitmask/windows.go
index de7ece0..221d75b 100644
--- a/bitmask/windows.go
+++ b/bitmask/windows.go
@@ -18,10 +18,4 @@ package bitmask
import "os"
-const coreEndpoint = "tcp://127.0.0.1:5001"
-
var ConfigPath = os.Getenv("LOCALAPPDATA") + "\\leap"
-
-func hasCurve() bool {
- return false
-}