commit fa13d0214f2d81cc0ef9dcb296c7b084f2d303ff
Author: Mattias Andrée <maandree_AT_kth.se>
AuthorDate: Tue Mar 15 22:41:57 2016 +0100
Commit: Mattias Andrée <maandree_AT_kth.se>
CommitDate: Tue Mar 15 22:41:57 2016 +0100
Remove unnecessary trim
Signed-off-by: Mattias Andrée <maandree_AT_kth.se>
diff --git a/src/internals.h b/src/internals.h
index bcb4c3f..da8ce0c 100644
--- a/src/internals.h
+++ b/src/internals.h
_AT_@ -244,7 +244,6 @@ zsplit_fast_large_taint(z_t high, z_t low, z_t a, size_t n)
low->used = n;
low->chars = a->chars;
TRIM_AND_ZERO(low);
- TRIM_AND_ZERO(high);
}
static inline void
Received on Tue Mar 15 2016 - 22:42:02 CET
This archive was generated by hypermail 2.3.0
: Tue Mar 15 2016 - 22:48:20 CET