Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjensen committed Nov 26, 2002
1 parent 244936a commit 88dafe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Vend/Data.pm
@@ -1,6 +1,6 @@
# Vend::Data - Interchange databases
#
# $Id: Data.pm,v 2.17 2002-10-06 00:03:34 mheins Exp $
# $Id: Data.pm,v 2.18 2002-11-26 15:17:32 jon Exp $
#
# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
#
Expand Down Expand Up @@ -492,7 +492,7 @@ sub db_column_exists {
}

sub close_database {
my($db, $name);
my $name;
undef $Products;
while( ($name) = each %Vend::Database ) {
$Vend::Database{$name}->close_table()
Expand Down

0 comments on commit 88dafe7

Please sign in to comment.