changeset 634:0c79068c46b7

Removed unreachable code.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 12 Sep 2018 19:53:10 +0200
parents 6093016fac88
children 729c2692fea0
files pkg/models/intservices.go
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/models/intservices.go	Wed Sep 12 19:51:46 2018 +0200
+++ b/pkg/models/intservices.go	Wed Sep 12 19:53:10 2018 +0200
@@ -85,7 +85,6 @@
 			}
 			return rows.Err()
 		})
-	return nil
 }
 
 func (ps *IntServices) Invalidate() {