[RombaSharp] Remove dead code

This commit is contained in:
Matt Nadareski
2018-01-27 16:41:12 -08:00
parent 68e1052e7f
commit 2fbb0e8302
2 changed files with 2 additions and 24 deletions

View File

@@ -333,24 +333,6 @@ namespace RombaSharp
_port = port;
}
/// <summary>
/// Moves DAT index entries for orphaned DATs to backup folder
/// </summary>
/// <param name="logOnly">Only write out actions to log</param>
private static void PurgeBackup(bool logOnly)
{
Globals.Logger.User("This feature is not yet implemented: purge-backup");
}
/// <summary>
/// Deletes DAT index entries for orphaned DATs
/// </summary>
/// <param name="logOnly">Only write out actions to log</param>
private static void PurgeDelete(bool logOnly)
{
Globals.Logger.User("This feature is not yet implemented: purge-delete");
}
/// <summary>
/// Populate or refresh the database information
/// </summary>