wineoss.drv: Remove unused string (Clang).

This commit is contained in:
André Hentschel 2014-12-03 23:53:48 +01:00 committed by Alexandre Julliard
parent ef9562a42f
commit d12e65af70
1 changed files with 0 additions and 3 deletions

View File

@ -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};