Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove redundant var declaration
  • Loading branch information
David Christensen committed Jun 22, 2017
1 parent a117b61 commit 52cac90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Vend/Table/DBI.pm
Expand Up @@ -626,7 +626,7 @@ sub create {
$config->{NAME} = $columns;

# Quote identifiers
my ($qtable, $qkey, $qnames);
my $qnames;
if ($config->{QUOTE_IDENTIFIERS}) {
$qtable = $db->quote_identifier($tablename);
$qkey = $db->quote_identifier($key);
Expand Down

0 comments on commit 52cac90

Please sign in to comment.