diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-30 17:21:03 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 16:49:27 +0200 |
commit | da4a916fa4b1e96b7f0800fd30e10784f9986ca4 (patch) | |
tree | 0c53043a40fb36a761099deb022cd58711476748 /tools | |
parent | 8ece4abb6f3a5543e011f70abbe52c65d46cf567 (diff) |
-Werror,-Wunused-const-variable
Change-Id: I12fcd2ec83101117eda03de04789e6bce5371b54
Diffstat (limited to 'tools')
-rw-r--r-- | tools/source/inet/inetstrm.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/source/inet/inetstrm.cxx b/tools/source/inet/inetstrm.cxx index 8204eeccee0c..f5306447c346 100644 --- a/tools/source/inet/inetstrm.cxx +++ b/tools/source/inet/inetstrm.cxx @@ -457,10 +457,6 @@ static const sal_Char hex2pr[16] = { 'A', 'B', 'C', 'D', 'E', 'F' }; -static const sal_Char ebcdic[] = { - '!', '"', '#', '$', '@', '[', '\\', ']', '^', '`', '{', '|', '}', '~' -}; - INetMessageEncodeQPStream_Impl::INetMessageEncodeQPStream_Impl( sal_uIntPtr nMsgBufferSize) : INetMessageIStream (), pMsgStrm (NULL), |