=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: wineoss.drv: Remove unused string ( Clang).

Alexandre Julliard julliard at wine.codeweavers.com
Thu Dec 4 16:01:09 CST 2014


Module: wine
Branch: master
Commit: d12e65af70d9c17e4082365dae05fdb73aec3526
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d12e65af70d9c17e4082365dae05fdb73aec3526

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Dec  3 23:53:48 2014 +0100

wineoss.drv: Remove unused string (Clang).

---

 dlls/wineoss.drv/mmdevdrv.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/wineoss.drv/mmdevdrv.c b/dlls/wineoss.drv/mmdevdrv.c
index ce95138..d64fa54 100644
--- a/dlls/wineoss.drv/mmdevdrv.c
+++ b/dlls/wineoss.drv/mmdevdrv.c
@@ -150,9 +150,6 @@ typedef struct _OSSDevice {
 
 static struct list g_devices = LIST_INIT(g_devices);
 
-static const WCHAR drv_keyW[] = {'S','o','f','t','w','a','r','e','\\',
-    'W','i','n','e','\\','D','r','i','v','e','r','s','\\',
-    'w','i','n','e','o','s','s','.','d','r','v',0};
 static const WCHAR drv_key_devicesW[] = {'S','o','f','t','w','a','r','e','\\',
     'W','i','n','e','\\','D','r','i','v','e','r','s','\\',
     'w','i','n','e','o','s','s','.','d','r','v','\\','d','e','v','i','c','e','s',0};




More information about the wine-cvs mailing list