mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
Remove unused Perl module.
This commit is contained in:
parent
35a262951a
commit
78b1e05b7e
@ -8,7 +8,6 @@ use strict;
|
||||
use warnings FATAL => qw(all);
|
||||
use Carp qw(confess);
|
||||
|
||||
use pgBackRest::Backup::File;
|
||||
use pgBackRest::Common::Log;
|
||||
use pgBackRest::Config::Config;
|
||||
use pgBackRest::Protocol::Command::Master;
|
||||
|
@ -10424,7 +10424,6 @@ static const EmbeddedModule embeddedModule[] =
|
||||
"use warnings FATAL => qw(all);\n"
|
||||
"use Carp qw(confess);\n"
|
||||
"\n"
|
||||
"use pgBackRest::Backup::File;\n"
|
||||
"use pgBackRest::Common::Log;\n"
|
||||
"use pgBackRest::Config::Config;\n"
|
||||
"use pgBackRest::Protocol::Command::Master;\n"
|
||||
|
Loading…
Reference in New Issue
Block a user