Skip to content

Commit 0d78fa9

Browse files
committed
compile
1 parent 16ce22b commit 0d78fa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ebird/server/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ func speciesHandler(w http.ResponseWriter, r *http.Request) {
4848
}
4949
c := pool.Get(context.Background())
5050
defer pool.Put(c)
51-
var stmt *sqlite.Stmt
5251
stmt := c.Prep(`SELECT
5352
common_name,
5453
age_sex,

0 commit comments

Comments
 (0)