2
0

Remove unreachable code

This commit is contained in:
Jack Christensen
2017-02-16 18:08:43 -06:00
parent f947f0971f
commit efcc172c8b
-2
View File
@@ -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 {