Skip to content
Snippets Groups Projects
Commit d39d1540 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Simplify by removing leftovers.

parent 11ffa4f0
No related branches found
No related tags found
No related merge requests found
......@@ -15,9 +15,6 @@
use strict;
use warnings;
use Carp;
use DBI (':sql_types');
my $template_db = $ARGV[0];
if ( !defined($template_db) ) {
......@@ -30,11 +27,6 @@ END_USAGE
exit;
}
my $dbport = '3306';
my $dbuser = 'ensro';
my $dbpass = '';
#-----------------------------------------------------------------------
# The "simple" tables.
{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment