From 3184cb61ecb63cc14b08e997455b6c27b72fc366 Mon Sep 17 00:00:00 2001 From: "Michael J. Seiferling" Date: Mon, 14 Nov 2016 15:43:16 -0600 Subject: [PATCH] Removed some unused code --- GBM/Managers/mgrRestore.vb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/GBM/Managers/mgrRestore.vb b/GBM/Managers/mgrRestore.vb index 78514b7..9039f74 100644 --- a/GBM/Managers/mgrRestore.vb +++ b/GBM/Managers/mgrRestore.vb @@ -161,12 +161,6 @@ Public Class mgrRestore Return slRemovedItems End Function - Private Sub CleanFolder(ByVal sExtractPath As String) - If Directory.Exists(sExtractPath) Then - - End If - End Sub - Public Function CheckRestorePrereq(ByVal oBackupInfo As clsBackup, ByVal bCleanFolder As Boolean) As Boolean Dim sHash As String Dim sExtractPath As String @@ -198,8 +192,8 @@ Public Class mgrRestore End If End If - 'Check file integrity - If oSettings.CheckSum Then + 'Check file integrity + If oSettings.CheckSum Then If oBackupInfo.CheckSum <> String.Empty Then sHash = mgrHash.Generate_SHA256_Hash(sBackupFile) If sHash <> oBackupInfo.CheckSum Then