From d02e9a02facd5fc3b3d28aab218769a07f48724a Mon Sep 17 00:00:00 2001 From: Dmitry Gorbachev Date: Sat, 2 Nov 2013 14:48:01 +0000 Subject: [PATCH] [SAC] Remove extra definitions of variables. svn path=/trunk/; revision=60835 --- reactos/drivers/sac/driver/chanmgr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/reactos/drivers/sac/driver/chanmgr.c b/reactos/drivers/sac/driver/chanmgr.c index 42e99ddf5d7..7dc406116dd 100644 --- a/reactos/drivers/sac/driver/chanmgr.c +++ b/reactos/drivers/sac/driver/chanmgr.c @@ -18,8 +18,6 @@ PSAC_CHANNEL ChannelArray[SAC_MAX_CHANNELS]; LONG ChannelRefCount[SAC_MAX_CHANNELS]; LONG ChannelReaped[SAC_MAX_CHANNELS]; SAC_CHANNEL_LOCK ChannelSlotLock[SAC_MAX_CHANNELS]; -LONG CurrentChannelRefCount; -KMUTEX CurrentChannelLock; /* FUNCTIONS ******************************************************************/ -- 2.17.1