diff options
author | Andras Timar <atimar@suse.com> | 2013-06-26 13:16:55 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-06-26 13:17:14 +0200 |
commit | c930edb21e162bcec7cfa177cdd4f49bb4ba2885 (patch) | |
tree | b60dbeb32aaddde33e7daf82cf8c009a0d0e22bc /package | |
parent | d12980ce0b86549028ddaac3192f14456dde25c6 (diff) |
remove unused const
Change-Id: If7e998065390d89cc22556adcd727a63f6496aad
Diffstat (limited to 'package')
-rw-r--r-- | package/inc/PackageConstants.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/inc/PackageConstants.hxx b/package/inc/PackageConstants.hxx index a7e884d90734..dfa2986fb3e4 100644 --- a/package/inc/PackageConstants.hxx +++ b/package/inc/PackageConstants.hxx @@ -22,7 +22,6 @@ #include <sal/types.h> const sal_Int32 n_ConstBufferSize = 32768; -const sal_Int32 n_ConstMaxMemoryStreamSize = 20480; // by calculation of the digest we read 32 bytes more ( if available ) // it allows to ignore the padding if the stream is longer than n_ConstDigestDecrypt since we read at least two blocks more; |