summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/misc.h b/misc.h
index 52ece09c..d836aaa2 100644
--- a/misc.h
+++ b/misc.h
@@ -1232,9 +1232,6 @@ inline void IncrementCounterByOne(byte *inout, unsigned int size)
carry = ! ++inout[size-1];
size--;
}
-
- if (carry && size == 0)
- inout[0]++;
}
/// \brief Performs an addition with carry on a block of bytes