summaryrefslogtreecommitdiffstats
path: root/sal
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-02-18 19:57:09 +0100
committerThomas Arnhold <thomas@arnhold.org>2012-02-18 21:33:01 +0100
commit5afdbaf3a899562b088ac45ad6dfcb5ee33919d0 (patch)
tree709cf629431d690f64732bbec5dc5cd60d800eaa /sal
parentWaE: unused variable Event (diff)
downloadcore-5afdbaf3a899562b088ac45ad6dfcb5ee33919d0.tar.gz
core-5afdbaf3a899562b088ac45ad6dfcb5ee33919d0.zip
WaE: unused variable nPipes
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/w32/pipe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sal/osl/w32/pipe.c b/sal/osl/w32/pipe.c
index 6e4daa3b2d6e..0532f82d1057 100644
--- a/sal/osl/w32/pipe.c
+++ b/sal/osl/w32/pipe.c
@@ -74,8 +74,6 @@ struct oslPipeImpl {
/* osl_create/destroy-PipeImpl */
/*****************************************************************************/
-static oslInterlockedCount nPipes = 0;
-
oslPipe __osl_createPipeImpl(void)
{
oslPipe pPipe;