Remove extra definitions of variables.

svn path=/trunk/; revision=60835
This commit is contained in:
Dmitry Gorbachev 2013-11-02 14:48:01 +00:00
parent 10e3457aad
commit d02e9a02fa

View file

@ -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 ******************************************************************/