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

Remove obsolete call to perlExec() for stand-alone expire command.

This was missed in ecae5e34.
This commit is contained in:
David Steele 2019-11-27 15:09:07 -05:00
parent 4683557c54
commit 5506e5de27

View File

@ -141,7 +141,6 @@ main(int argListSize, const char *argList[])
// -----------------------------------------------------------------------------------------------------------------
case cfgCmdExpire:
{
perlExec();
cmdExpire();
break;
}