From 5afdbaf3a899562b088ac45ad6dfcb5ee33919d0 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Sat, 18 Feb 2012 19:57:09 +0100 Subject: WaE: unused variable nPipes --- sal/osl/w32/pipe.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sal/osl') 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; -- cgit