got rid of extraneous func

This commit is contained in:
Stephen McQuay 2013-05-09 00:39:21 -07:00
parent 8458c38468
commit 1bf4f37921
1 changed files with 0 additions and 3 deletions

View File

@ -40,9 +40,6 @@ func getScore(session *sessions.Session) int {
return parsed_score
}
func setScore(session *sessions.Session) {
}
func problem(w http.ResponseWriter, req *http.Request) {
operation := "+"
if r := rand.Intn(2); r == 0 {