From: Dmitry Gorbachev Date: Sat, 2 Nov 2013 14:48:01 +0000 (+0000) Subject: [SAC] X-Git-Tag: ReactOS-0.3.16~851 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=d02e9a02facd5fc3b3d28aab218769a07f48724a [SAC] Remove extra definitions of variables. svn path=/trunk/; revision=60835 --- 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 ******************************************************************/