summaryrefslogtreecommitdiff
path: root/sal/rtl/source/cipher.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2011-10-31 19:02:52 +0100
committerStephan Bergmann <sbergman@redhat.com>2011-11-01 17:10:14 +0100
commit2a6aeea94de022b364fa5943793cdc1922df84f1 (patch)
tree5b5b47365f21bb514e785a27d61eb568a2609313 /sal/rtl/source/cipher.cxx
parent76af7256e04ac5a24205f76663fc20aa810a9c3d (diff)
Removed some obsolete register annotations.
Diffstat (limited to 'sal/rtl/source/cipher.cxx')
-rw-r--r--sal/rtl/source/cipher.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/rtl/source/cipher.cxx b/sal/rtl/source/cipher.cxx
index 19647ab3186d..31c141771724 100644
--- a/sal/rtl/source/cipher.cxx
+++ b/sal/rtl/source/cipher.cxx
@@ -1207,8 +1207,8 @@ static rtlCipherError rtl_cipherARCFOUR_update_Impl (
const sal_uInt8 *pData, sal_Size nDatLen,
sal_uInt8 *pBuffer, sal_Size nBufLen)
{
- register unsigned int *S;
- register unsigned int x, y, t;
+ unsigned int *S;
+ unsigned int x, y, t;
sal_Size k;
/* Check arguments. */