From da63f6b0ffce1b11260bc505cbfa01efb66b1ecf Mon Sep 17 00:00:00 2001 From: Doug Woos Date: Mon, 30 Jan 2017 20:54:33 -0800 Subject: [PATCH] delete comment --- src/tactic/sine_filter.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/tactic/sine_filter.cpp b/src/tactic/sine_filter.cpp index 2052035f7..d76e8f6b5 100644 --- a/src/tactic/sine_filter.cpp +++ b/src/tactic/sine_filter.cpp @@ -27,11 +27,6 @@ Revision History: #include "ast_util.h" #include "obj_pair_hashtable.h" -#if 0 -TODO documentation here -#endif - - class sine_tactic : public tactic { ast_manager& m;