]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
remove comment
authorgtsoul-tech <gtsoulkanakis@gmail.com>
Fri, 31 May 2024 06:47:45 +0000 (09:47 +0300)
committergtsoul-tech <gtsoulkanakis@gmail.com>
Fri, 31 May 2024 06:47:45 +0000 (09:47 +0300)
unit/hyperscan/expr_info.cpp

index 647714e2853d3621d78885ef66f5716fec8c3aa8..58f4a9ab91401c2b3985e43e88c04253a7b52b79 100644 (file)
@@ -89,7 +89,6 @@ ostream& operator<<(ostream &os, const hs_expr_ext &ext) {
             os << ", ";
         }
         os << "hamming_distance=" << ext.hamming_distance;
-        //first = false;
     }
     return os;
 }