1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00

Remove unused reference to pgBackRest::Db.

This commit is contained in:
David Steele 2019-11-26 17:22:30 -05:00
parent 158e439689
commit 4683557c54
2 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ use Exporter qw(import);
use Fcntl qw(SEEK_CUR O_RDONLY);
use File::Basename qw(dirname);
use pgBackRest::Db;
use pgBackRest::DbVersion;
use pgBackRest::Common::Exception;
use pgBackRest::Common::Log;

View File

@ -25,7 +25,6 @@ static const EmbeddedModule embeddedModule[] =
"use Fcntl qw(SEEK_CUR O_RDONLY);\n"
"use File::Basename qw(dirname);\n"
"\n"
"use pgBackRest::Db;\n"
"use pgBackRest::DbVersion;\n"
"use pgBackRest::Common::Exception;\n"
"use pgBackRest::Common::Log;\n"