summaryrefslogtreecommitdiffstats
path: root/include/tools
diff options
context:
space:
mode:
authorMarcos Paulo de Souza <marcos.souza.org@gmail.com>2013-08-31 13:10:23 -0300
committerCaolán McNamara <caolanm@redhat.com>2013-09-01 09:15:44 +0000
commit1d3483ed279982278b2f9fb1bab63485523e48c5 (patch)
tree449e6a4b8999e0ba54359b4b8d26a32e819942ad /include/tools
parentcallcatcher: update unused code (diff)
downloadcore-1d3483ed279982278b2f9fb1bab63485523e48c5.tar.gz
core-1d3483ed279982278b2f9fb1bab63485523e48c5.zip
Remove some unused code from unusedcode.easy
Change-Id: Ic3e96eebbb914c5b905a8c58532ead9cb01dd41d Reviewed-on: https://gerrit.libreoffice.org/5721 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/tools')
-rw-r--r--include/tools/stream.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/tools/stream.hxx b/include/tools/stream.hxx
index d71f1587d18c..b051e9a7e7a0 100644
--- a/include/tools/stream.hxx
+++ b/include/tools/stream.hxx
@@ -658,9 +658,7 @@ private:
OUString aFilename;
sal_uInt16 nLockCounter;
bool bIsOpen;
-#ifdef UNX
- sal_uInt32 GetFileHandle() const;
-#endif
+
// Forbidden and not implemented.
SvFileStream (const SvFileStream&);
SvFileStream & operator= (const SvFileStream&);