Removed some unused code

This commit is contained in:
Michael J. Seiferling
2016-11-14 15:43:16 -06:00
parent 8ebfed7ab7
commit 3184cb61ec
-6
View File
@@ -161,12 +161,6 @@ Public Class mgrRestore
Return slRemovedItems Return slRemovedItems
End Function 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 Public Function CheckRestorePrereq(ByVal oBackupInfo As clsBackup, ByVal bCleanFolder As Boolean) As Boolean
Dim sHash As String Dim sHash As String
Dim sExtractPath As String Dim sExtractPath As String