aboutsummaryrefslogtreecommitdiff
path: root/ports/rtaudio/remove-unused-variable.patch
diff options
context:
space:
mode:
authorMarcin PÄ…czkowski <dyfeer@gmail.com>2021-05-21 00:34:58 -0700
committerGitHub <noreply@github.com>2021-05-21 00:34:58 -0700
commit10c19573c33cfd239566ffef99792120f8d35f02 (patch)
treebbc9423f797a5ac4ac765f528f8a0a0a782f5684 /ports/rtaudio/remove-unused-variable.patch
parent51a4dd1442c5689ef2cb4af39ea6a6691479bd42 (diff)
downloadvcpkg-10c19573c33cfd239566ffef99792120f8d35f02.tar.gz
vcpkg-10c19573c33cfd239566ffef99792120f8d35f02.zip
[rtaudio] update port (#18034)
Diffstat (limited to 'ports/rtaudio/remove-unused-variable.patch')
-rw-r--r--ports/rtaudio/remove-unused-variable.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/ports/rtaudio/remove-unused-variable.patch b/ports/rtaudio/remove-unused-variable.patch
deleted file mode 100644
index 504ddad97..000000000
--- a/ports/rtaudio/remove-unused-variable.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/include/asiolist.cpp b/include/asiolist.cpp
-index e4c73c2..333a662 100644
---- a/include/asiolist.cpp
-+++ b/include/asiolist.cpp
-@@ -166,7 +166,6 @@ AsioDriverList::AsioDriverList ()
- LPASIODRVSTRUCT pdl;
- LONG cr;
- DWORD index = 0;
-- BOOL fin = FALSE;
-
- numdrv = 0;
- lpdrvlist = 0;
-@@ -184,7 +183,6 @@ AsioDriverList::AsioDriverList ()
- #endif
- lpdrvlist = newDrvStruct (hkEnum,keyname,0,lpdrvlist);
- }
-- else fin = TRUE;
- }
- if (hkEnum) RegCloseKey(hkEnum);
-