Skip to content

Commit 2dcb7f8

Browse files
committed
Install script: code cleanup
1 parent 31a1a14 commit 2dcb7f8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

access-add-in/AccUnitLoader_Install.vbs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,6 @@ Function CreateMde(SourceFilePath, DestFilePath)
127127

128128
End Function
129129

130-
Function DeleteDestFiles()
131-
132-
Set fso = CreateObject("Scripting.FileSystemObject")
133-
134-
DeleteFile fso, DestFilePath
135-
DeleteFile fso, GetAddInLocation() & "\lib\"
136-
137-
End Function
138-
139130
Function RunPrecompileProcedure(AccessApp, SourceFilePath)
140131

141132
AccessApp.OpenCurrentDatabase SourceFilePath

0 commit comments

Comments
 (0)