From 665e448f448b6818cb9dd03a3f884e2ae1e4d92b Mon Sep 17 00:00:00 2001 From: Andy Ragusa Date: Fri, 3 May 2024 04:28:24 -0700 Subject: [PATCH] blah --- libclambcc/ClamBCLogicalCompiler.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/libclambcc/ClamBCLogicalCompiler.cpp b/libclambcc/ClamBCLogicalCompiler.cpp index 7b42241863..c5de1d323e 100644 --- a/libclambcc/ClamBCLogicalCompiler.cpp +++ b/libclambcc/ClamBCLogicalCompiler.cpp @@ -325,10 +325,7 @@ class LogicalNode : public FoldingSetNode return getNode(M); } - /* - * aragusa: All this is doing is checking for duplicates in whatever collection begin and end reference. - * Why are we putting them in another local? - * */ + /*Test for duplicates*/ bool checkUniq() { LogicalSet nodes;