projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94c9873
)
[SHELL32]
author
Thomas Faber
<thomas.faber@reactos.org>
Mon, 14 Sep 2015 19:20:55 +0000
(19:20 +0000)
committer
Thomas Faber
<thomas.faber@reactos.org>
Mon, 14 Sep 2015 19:20:55 +0000
(19:20 +0000)
- Arch, don't leave unused variables
CORE-9867
svn path=/trunk/; revision=69229
reactos/include/reactos/shellutils.h
patch
|
blob
|
history
diff --git
a/reactos/include/reactos/shellutils.h
b/reactos/include/reactos/shellutils.h
index
9ef6d22
..
56b8ff8
100644
(file)
--- a/
reactos/include/reactos/shellutils.h
+++ b/
reactos/include/reactos/shellutils.h
@@
-68,10
+68,9
@@
public:
}
static void Term()
{
- ULONG ref;
if (s_pInstance)
{
-
ref =
s_pInstance->Release();
+ s_pInstance->Release();
s_pInstance = NULL;
}
}