3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

DualIndexSQLiteObject: Remove unused SQLite pcre.so extension

This commit is contained in:
Pragmatic Software 2020-04-19 10:24:10 -07:00
parent 66d0369990
commit 0771552a11

View File

@ -63,9 +63,6 @@ sub begin {
) or die $DBI::errstr;
eval {
$self->{dbh}->sqlite_enable_load_extension(my $_enabled = 1);
$self->{dbh}->do("SELECT load_extension('/usr/lib/sqlite3/pcre.so')");
my $sqlite_debug = $self->{pbot}->{registry}->get_value('dualindexsqliteobject', "debug_$self->{name}");
use PBot::SQLiteLoggerLayer;
use PBot::SQLiteLogger;