From 58fd3599d372786c04254fc5451c9e00d7aed2d1 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Thu, 10 Dec 2015 21:44:43 +0100 Subject: Add dummy challenge registry --- client.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'client.go') 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 -- cgit v1.2.3