aboutsummaryrefslogtreecommitdiff
path: root/client.go
diff options
context:
space:
mode:
Diffstat (limited to 'client.go')
-rw-r--r--client.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/client.go b/client.go
index 5f70e04..7a99592 100644
--- a/client.go
+++ b/client.go
@@ -12,11 +12,6 @@ import (
"time"
)
-// Solver decribes a solving interface
-type Solver interface {
- Solve()
-}
-
// Links to the next stage
type Links map[string]string