changeset 5121:8bfc71eecde1 queued-stage-done

Removed unused constant.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 26 Mar 2020 13:53:05 +0100
parents 22899babe85d
children 0b6b62d247e8
files pkg/imports/queue.go
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/queue.go	Thu Mar 26 13:51:39 2020 +0100
+++ b/pkg/imports/queue.go	Thu Mar 26 13:53:05 2020 +0100
@@ -600,9 +600,6 @@
 FROM import.imports
 WHERE id = $1`
 
-	selectKindSQL = `
-SELECT kind from import.imports WHERE ID = $1`
-
 	selectUserSQL = `
 SELECT username from import.imports WHERE ID = $1`