diff options
| author | 2015-12-25 21:52:37 +0400 | |
|---|---|---|
| committer | 2015-12-25 21:52:37 +0400 | |
| commit | 3ad48471cdaec8059be4945606d97c019f2e4ce0 (patch) | |
| tree | b921b20df890e38c0a7b5638fc42912ad40dcbc7 /lib/ASM/DB.pm | |
| parent | 8aa897dc2ed6f342517daf97aaac881aa4fe62f4 (diff) | |
General code cleanup (removing unused functions / old commented out code / etc.)
Diffstat (limited to 'lib/ASM/DB.pm')
| -rw-r--r-- | lib/ASM/DB.pm | 7 |
1 files changed, 0 insertions, 7 deletions
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; |
