1
0
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:
David Steele 2019-12-07 17:39:25 -05:00
parent 35a262951a
commit 78b1e05b7e
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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"