浏览代码

Removing a comment outdated since 66cfa92f

Source commit: 21cdbfd8cb18e1a030a17d8740a73dd5f7675494
Martin Prikryl 3 月之前
父节点
当前提交
2e6d2256c8
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      deployment/winscpsetup.iss

+ 0 - 2
deployment/winscpsetup.iss

@@ -480,8 +480,6 @@ begin
     if (InstalledMajor <> ExistingMajor) or
     if (InstalledMajor <> ExistingMajor) or
        ((ExistingMajor = 1) and (ExistingMinor <= 1)) then
        ((ExistingMajor = 1) and (ExistingMinor <= 1)) then
     begin
     begin
-      // Still on 1.x, so this won't be used when upgrading,
-      // but it will be useful, if downgrading from future version with a different major version.
       if InstalledMajor <> ExistingMajor then
       if InstalledMajor <> ExistingMajor then
       begin
       begin
         Log('Existing extension has different major version, allowing installation, and will require restart, if it is locked.')
         Log('Existing extension has different major version, allowing installation, and will require restart, if it is locked.')