1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2026-05-22 10:15:16 +02:00

Remove unused LibC code.

The code was made obsolete by the migration to C.
This commit is contained in:
David Steele
2019-12-28 18:30:32 -07:00
parent e72a9dd0d2
commit 33e328abbf
11 changed files with 1 additions and 277 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ use Getopt::Long qw(GetOptions);
use pgBackRest::Common::Exception;
use pgBackRest::Common::Log;
use pgBackRest::Config::Config;
use pgBackRest::LibC qw(:test :lock);
use pgBackRest::LibC qw(:test);
use pgBackRest::Version;
use pgBackRestTest::Common::RunTest;