-Werror,-Wunused-const-variable

Change-Id: I12fcd2ec83101117eda03de04789e6bce5371b54
This commit is contained in:
Stephan Bergmann
2013-09-30 17:21:03 +02:00
parent 8ece4abb6f
commit da4a916fa4

View File

@@ -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),