Remove unused label.

This commit is contained in:
sledgehammer999 2013-02-02 02:36:15 +02:00
commit 8112405498

View file

@ -5,7 +5,6 @@ Section "-hidden"
FindClose $0 FindClose $0
StrCmp $1 "" done StrCmp $1 "" done
uninst:
;Run the uninstaller of the previous install. ;Run the uninstaller of the previous install.
DetailPrint $(inst_unist) DetailPrint $(inst_unist)
ExecWait '"$INSTDIR\uninst.exe" /S _?=$INSTDIR' ExecWait '"$INSTDIR\uninst.exe" /S _?=$INSTDIR'