From efcc172c8b6366d5bedcb4c34f8277cc5e5f4017 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Thu, 16 Feb 2017 18:08:43 -0600 Subject: [PATCH] Remove unreachable code --- conn.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/conn.go b/conn.go index a8b0b22c..88c344f4 100644 --- a/conn.go +++ b/conn.go @@ -1417,8 +1417,6 @@ func (c *Conn) ExecContext(ctx context.Context, sql string, arguments ...interfa } } } - - return commandTag, err } func (c *Conn) initContext(ctx context.Context) error {