mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[SAC]
Remove extra definitions of variables. svn path=/trunk/; revision=60835
This commit is contained in:
parent
10e3457aad
commit
d02e9a02fa
1 changed files with 0 additions and 2 deletions
|
@ -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 ******************************************************************/
|
||||
|
||||
|
|
Loading…
Reference in a new issue