Windows provisioning: Remove duplicate libusb install scripts

When libusb installation was added for Windows, Linux, and Mac in change
2cee9da977 there already was a libusb
installation script for Windows in Coin. This script duplication has
never been fixed, so we had 2 scripts for a long time.

Pick-to: 6.12 6.11 6.8
Change-Id: Ic18824faf543a7cae2497b29e4ac8f757ed83af0
Reviewed-by: Tony Sarajärvi <[email protected]>
This commit is contained in:
Oliver Wolff
2026-09-10 05:24:11 +00:00
parent 6a9e9eb192
commit dc29c6d134
3 changed files with 0 additions and 6 deletions
@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\libusb.ps1"
@@ -1 +0,0 @@
. "$PSScriptRoot\..\common\windows\libusb.ps1"
@@ -1,4 +0,0 @@
# Copyright (C) 2025 The Qt Company Ltd
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
. "$PSScriptRoot\..\common\windows\libusb.ps1"