From 38c080e665a8d98537add7186d1a7b1620215696 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 19 Apr 2020 10:25:31 -0700 Subject: [PATCH] MessageHistory_SQLite: Remove SQLite pcre.so extension --- PBot/MessageHistory_SQLite.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/PBot/MessageHistory_SQLite.pm b/PBot/MessageHistory_SQLite.pm index eac0ba4d..d2f6719a 100644 --- a/PBot/MessageHistory_SQLite.pm +++ b/PBot/MessageHistory_SQLite.pm @@ -64,9 +64,6 @@ sub begin { or die $DBI::errstr; eval { - $self->{dbh}->sqlite_enable_load_extension(my $_enabled = 1); - $self->{dbh}->prepare("SELECT load_extension('/usr/lib/sqlite3/pcre.so')"); - my $sqlite_debug = $self->{pbot}->{registry}->get_value('messagehistory', 'sqlite_debug'); use PBot::SQLiteLoggerLayer; use PBot::SQLiteLogger;