summaryrefslogtreecommitdiff
path: root/tools/source/stream
diff options
context:
space:
mode:
authorAugust Sodora <augsod@gmail.com>2011-12-22 19:49:21 -0500
committerAugust Sodora <augsod@gmail.com>2011-12-22 19:55:53 -0500
commitbbad7057b2bdb614a5e97a945039323efe39c4ee (patch)
tree04531c9181fa2bed55ead1f18244a3b58a762a3f /tools/source/stream
parent0c181a33c9bdcaad9ee2d354ebed9c780120851d (diff)
callcatcher: Remove unused code
Diffstat (limited to 'tools/source/stream')
-rw-r--r--tools/source/stream/strmunx.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/source/stream/strmunx.cxx b/tools/source/stream/strmunx.cxx
index ffb75a9f4bf4..6aedf2dd6064 100644
--- a/tools/source/stream/strmunx.cxx
+++ b/tools/source/stream/strmunx.cxx
@@ -592,17 +592,6 @@ sal_Bool SvFileStream::LockFile()
/*************************************************************************
|*
-|* SvFileStream::UnlockFile()
-|*
-*************************************************************************/
-
-sal_Bool SvFileStream::UnlockFile()
-{
- return UnlockRange( 0UL, 0UL );
-}
-
-/*************************************************************************
-|*
|* SvFileStream::Open()
|*
*************************************************************************/