aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-10-29 15:34:39 +0000
committerlloyd <[email protected]>2010-10-29 15:34:39 +0000
commitba069386cdfb31720fa5a305c81baa18a0c8504d (patch)
treeb184a8c1d4064568e42be0821cc78661c3b96b62 /src
parent66b163323d39ac5c0be30fd0b1c0fd91b64a55f3 (diff)
Unused
Diffstat (limited to 'src')
-rw-r--r--src/stream/ctr/ctr.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stream/ctr/ctr.cpp b/src/stream/ctr/ctr.cpp
index 7e835e326..0de0b7b84 100644
--- a/src/stream/ctr/ctr.cpp
+++ b/src/stream/ctr/ctr.cpp
@@ -115,8 +115,6 @@ void CTR_BE::increment_counter()
for(size_t i = 0; i != 256; ++i)
{
- byte* this_ctr = &counter[i * BLOCK_SIZE];
-
for(u32bit j = 1; j != BLOCK_SIZE; ++j)
if(++counter[i*BLOCK_SIZE + (BLOCK_SIZE-1-j)])
break;