Commit 8fa2e60c authored by Mygod's avatar Mygod

Remove redundant bindToService

Please do not create methods casually.
parent 8657ef87
...@@ -366,11 +366,6 @@ class Shadowsocks ...@@ -366,11 +366,6 @@ class Shadowsocks
}) })
updateTraffic(0, 0, 0, 0) updateTraffic(0, 0, 0, 0)
bindToService()
}
// Bind to the service
def bindToService() {
handler.post(() => attachService) handler.post(() => attachService)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment