From 3ad48471cdaec8059be4945606d97c019f2e4ce0 Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Fri, 25 Dec 2015 21:52:37 +0400 Subject: General code cleanup (removing unused functions / old commented out code / etc.) --- lib/ASM/DB.pm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/ASM/DB.pm') diff --git a/lib/ASM/DB.pm b/lib/ASM/DB.pm index b842deb..df7c896 100644 --- a/lib/ASM/DB.pm +++ b/lib/ASM/DB.pm @@ -19,13 +19,6 @@ sub new { return $self; } -#sub sql_connect -#{ -# $::dbh = DBI->connect("DBI:mysql:database=$::mysql->{db};host=$::mysql->{host};port=$::mysql->{port}", -# $::mysql->{user}, $::mysql->{pass}); -# $::dbh->{mysql_auto_reconnect} = 1; -#} - sub raw { my $self = shift; -- cgit v1.2.3