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:
parent
158e439689
commit
4683557c54
@ -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;
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user