]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
program_runtime: remove commented-out code
authorJustin Viiret <justin.viiret@intel.com>
Thu, 4 Aug 2016 00:40:35 +0000 (10:40 +1000)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 10 Aug 2016 05:11:15 +0000 (15:11 +1000)
src/rose/program_runtime.h

index fef41269caafbea91b6908e688dfc1cbc9a32782..8bf417158dd8740e92f72d116241f290972fbc8f 100644 (file)
@@ -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) {