diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 19:57:09 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-02-18 21:33:01 +0100 |
commit | 5afdbaf3a899562b088ac45ad6dfcb5ee33919d0 (patch) | |
tree | 709cf629431d690f64732bbec5dc5cd60d800eaa | |
parent | 53eda2b13861975c541cef1bd385a0afdb3194a2 (diff) |
WaE: unused variable nPipes
-rw-r--r-- | sal/osl/w32/pipe.c | 2 |
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; |