From: Justin Viiret Date: Thu, 4 Aug 2016 00:40:35 +0000 (+1000) Subject: program_runtime: remove commented-out code X-Git-Tag: v4.3.0^2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e03375b6441e722a1ccee808983c9a86ad051fbd;p=thirdparty%2Fvectorscan.git program_runtime: remove commented-out code --- diff --git a/src/rose/program_runtime.h b/src/rose/program_runtime.h index fef41269..8bf41715 100644 --- a/src/rose/program_runtime.h +++ b/src/rose/program_runtime.h @@ -718,7 +718,6 @@ int roseCheckMask(const struct core_info *ci, u64a and_mask, u64a cmp_mask, s32 shift_r = 0; // size of bytes before the history. s32 h_len = 0; // size of bytes in the history buffer. s32 c_len = 8; // size of bytes in the current buffer. - //s64a c_start = offset; // offset of start pointer in current buffer. if (offset < 0) { // in or before history buffer. if (offset + 8 <= -(s64a)ci->hlen) {