diff options
| author | Marcin PÄ…czkowski <dyfeer@gmail.com> | 2021-05-21 00:34:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-21 00:34:58 -0700 |
| commit | 10c19573c33cfd239566ffef99792120f8d35f02 (patch) | |
| tree | bbc9423f797a5ac4ac765f528f8a0a0a782f5684 /ports/rtaudio/remove-unused-variable.patch | |
| parent | 51a4dd1442c5689ef2cb4af39ea6a6691479bd42 (diff) | |
| download | vcpkg-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.patch | 20 |
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); - |
